Html Css Color HEX #AA8928 Reef Gold

📋 copy color: '#AA8928'

red 170 ◦ green 137 ◦ blue 40

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

Shades of Reef Gold #AA8928

Tints of Reef Gold #AA8928

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.48%

 BLUE value IS 40 (16.02% from 255) = 11.53%

R = 48.99%
G = 39.48%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA8928 (or 0xAA8928) is known color: Reef Gold. HEX triplet: AA, 89 and 28. RGB value is (170,137,40). Sum of RGB (Red+Green+Blue) = 170+137+40=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8928 is #5576D7. Grayscale: #888888. Windows color (decimal): -5600984 or 2656682. OLE color: 2656682.

HSL color Cylindrical-coordinate representation of color #AA8928: hue angle of 44.77º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA8928 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 137 40 -
CMYK 0 0.19 0.76 0.33
HSL 44.77º 0.62% 0.41% -
HSV(B) 44.77º 0.76% 0.67% -
XYZ 25.91 26.59 5.77 -
YUV 135.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 170 137 40 0 0.19 0.76 0.33 44.77 0.62 0.41
Hex AA 89 28 0 13 4C 21 2D 3E 29
Octal 252 211 50 0 23 114 41 55 76 51
Binary 10101010 10001001 101000 0 10011 1001100 100001 101101 111110 101001

Color Harmonies of #AA8928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8928

Black with #AA8928

Text Example


Text Example

White with #AA8928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8928; }

 p { color: rgb(170,137,40); }

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

background-color css

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

 a { background-color: rgb(170,137,40); }

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

border-color css

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

 span { border-color: rgb(170,137,40); }

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