Html Css Color HEX #AA8834 Reef Gold

📋 copy color: '#AA8834'

red 170 ◦ green 136 ◦ blue 52

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

Shades of Reef Gold #AA8834

Tints of Reef Gold #AA8834

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.99%

 BLUE value IS 52 (20.7% from 255) = 14.53%

R = 47.49%
G = 37.99%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA8834 (or 0xAA8834) is known color: Reef Gold. HEX triplet: AA, 88 and 34. RGB value is (170,136,52). Sum of RGB (Red+Green+Blue) = 170+136+52=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8834 is #5577CB. Grayscale: #888888. Windows color (decimal): -5601228 or 3442858. OLE color: 3442858.

HSL color Cylindrical-coordinate representation of color #AA8834: hue angle of 42.71º degrees, saturation: 0.53, 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 #AA8834 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 136 52 -
CMYK 0 0.20 0.69 0.33
HSL 42.71º 0.53% 0.44% -
HSV(B) 42.71º 0.69% 0.67% -
XYZ 26 26.4 6.97 -
YUV 136.59 80.26 151.83 -
System Red Green Blue C M Y K H S L
Decimal 170 136 52 0 0.20 0.69 0.33 42.71 0.53 0.44
Hex AA 88 34 0 14 45 21 2B 35 2C
Octal 252 210 64 0 24 105 41 53 65 54
Binary 10101010 10001000 110100 0 10100 1000101 100001 101011 110101 101100

Color Harmonies of #AA8834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8834

Black with #AA8834

Text Example


Text Example

White with #AA8834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8834; }

 p { color: rgb(170,136,52); }

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

background-color css

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

 a { background-color: rgb(170,136,52); }

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

border-color css

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

 span { border-color: rgb(170,136,52); }

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