Html Css Color HEX #AA892B Reef Gold

📋 copy color: '#AA892B'

red 170 ◦ green 137 ◦ blue 43

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

Shades of Reef Gold #AA892B

Tints of Reef Gold #AA892B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.29%

R = 48.57%
G = 39.14%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA892B (or 0xAA892B) is known color: Reef Gold. HEX triplet: AA, 89 and 2B. RGB value is (170,137,43). Sum of RGB (Red+Green+Blue) = 170+137+43=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA892B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA892B is #5576D4. Grayscale: #888888. Windows color (decimal): -5600981 or 2853290. OLE color: 2853290.

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

Color convert

RGB 170 137 43 -
CMYK 0 0.19 0.75 0.33
HSL 44.41º 0.6% 0.42% -
HSV(B) 44.41º 0.75% 0.67% -
XYZ 25.96 26.61 6.05 -
YUV 136.15 75.43 152.14 -
System Red Green Blue C M Y K H S L
Decimal 170 137 43 0 0.19 0.75 0.33 44.41 0.6 0.42
Hex AA 89 2B 0 13 4B 21 2C 3C 2A
Octal 252 211 53 0 23 113 41 54 74 52
Binary 10101010 10001001 101011 0 10011 1001011 100001 101100 111100 101010

Color Harmonies of #AA892B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA892B

Black with #AA892B

Text Example


Text Example

White with #AA892B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA892B; }

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

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

background-color css

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

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

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

border-color css

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

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

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