Html Css Color HEX #ADA635 Brass

📋 copy color: '#ADA635'

red 173 ◦ green 166 ◦ blue 53

#ADA635
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #ADA635

Tints of Brass #ADA635

RGB

 RED value IS 173 (67.97% from 255) = 44.13%

 GREEN value IS 166 (65.23% from 255) = 42.35%

 BLUE value IS 53 (21.09% from 255) = 13.52%

R = 44.13%
G = 42.35%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ADA635 (or 0xADA635) is known color: Brass. HEX triplet: AD, A6 and 35. RGB value is (173,166,53). Sum of RGB (Red+Green+Blue) = 173+166+53=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 53 (21.09% from 255 or 13.52% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA635 is #5259CA. Grayscale: #9B9B9B. Windows color (decimal): -5396939 or 3516077. OLE color: 3516077.

HSL color Cylindrical-coordinate representation of color #ADA635: hue angle of 56.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADA635 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 166 53 -
CMYK 0 0.04 0.69 0.32
HSL 56.5º 0.53% 0.44% -
HSV(B) 56.5º 0.69% 0.68% -
XYZ 31.51 36.41 8.74 -
YUV 155.21 70.32 140.69 -
System Red Green Blue C M Y K H S L
Decimal 173 166 53 0 0.04 0.69 0.32 56.5 0.53 0.44
Hex AD A6 35 0 4 45 20 38 35 2C
Octal 255 246 65 0 4 105 40 70 65 54
Binary 10101101 10100110 110101 0 100 1000101 100000 111000 110101 101100

Color Harmonies of #ADA635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA635

Black with #ADA635

Text Example


Text Example

White with #ADA635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA635; }

 p { color: rgb(173,166,53); }

 H1.HeaderClassName
 {
   color: #ADA635;
 }
 .AnyTagClassName
 {
   color: #ADA635;
 }
</style>

background-color css

<style>
 a { background-color: #ADA635; }

 a { background-color: rgb(173,166,53); }

 div.DivClassName
 {
   background-color: #ADA635;
 }
 .BgClassName
 {
   background-color: #ADA635;
 }
</style>

border-color css

<style>
 span { border-color: #ADA635; }

 span { border-color: rgb(173,166,53); }

 td.TdClassName
 {
   border-color: #ADA635;
 }
 .TagClassName
 {
   border-color: #ADA635;
 }
</style>