Html Css Color HEX #AA9635 Reef Gold

📋 copy color: '#AA9635'

red 170 ◦ green 150 ◦ blue 53

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

Shades of Reef Gold #AA9635

Tints of Reef Gold #AA9635

RGB

 RED value IS 170 (66.8% from 255) = 45.58%

 GREEN value IS 150 (58.98% from 255) = 40.21%

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

R = 45.58%
G = 40.21%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA9635 (or 0xAA9635) is known color: Reef Gold. HEX triplet: AA, 96 and 35. RGB value is (170,150,53). Sum of RGB (Red+Green+Blue) = 170+150+53=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9635 is #5569CA. Grayscale: #919191. Windows color (decimal): -5597643 or 3511978. OLE color: 3511978.

HSL color Cylindrical-coordinate representation of color #AA9635: hue angle of 49.74º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA9635 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 150 53 -
CMYK 0 0.12 0.69 0.33
HSL 49.74º 0.52% 0.44% -
HSV(B) 49.74º 0.69% 0.67% -
XYZ 28.13 30.62 7.8 -
YUV 144.92 76.13 145.89 -
System Red Green Blue C M Y K H S L
Decimal 170 150 53 0 0.12 0.69 0.33 49.74 0.52 0.44
Hex AA 96 35 0 C 45 21 32 34 2C
Octal 252 226 65 0 14 105 41 62 64 54
Binary 10101010 10010110 110101 0 1100 1000101 100001 110010 110100 101100

Color Harmonies of #AA9635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9635

Black with #AA9635

Text Example


Text Example

White with #AA9635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9635; }

 p { color: rgb(170,150,53); }

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

background-color css

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

 a { background-color: rgb(170,150,53); }

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

border-color css

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

 span { border-color: rgb(170,150,53); }

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