Html Css Color HEX #AA842B Reef Gold

📋 copy color: '#AA842B'

red 170 ◦ green 132 ◦ blue 43

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

Shades of Reef Gold #AA842B

Tints of Reef Gold #AA842B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.26%

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

R = 49.28%
G = 38.26%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA842B (or 0xAA842B) is known color: Reef Gold. HEX triplet: AA, 84 and 2B. RGB value is (170,132,43). Sum of RGB (Red+Green+Blue) = 170+132+43=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA842B is #557BD4. Grayscale: #858585. Windows color (decimal): -5602261 or 2852010. OLE color: 2852010.

HSL color Cylindrical-coordinate representation of color #AA842B: hue angle of 42.05º 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 #AA842B is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 132 43 -
CMYK 0 0.22 0.75 0.33
HSL 42.05º 0.6% 0.42% -
HSV(B) 42.05º 0.75% 0.67% -
XYZ 25.26 25.22 5.82 -
YUV 133.22 77.09 154.24 -
System Red Green Blue C M Y K H S L
Decimal 170 132 43 0 0.22 0.75 0.33 42.05 0.6 0.42
Hex AA 84 2B 0 16 4B 21 2A 3C 2A
Octal 252 204 53 0 26 113 41 52 74 52
Binary 10101010 10000100 101011 0 10110 1001011 100001 101010 111100 101010

Color Harmonies of #AA842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA842B

Black with #AA842B

Text Example


Text Example

White with #AA842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA842B; }

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

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

background-color css

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

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

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

border-color css

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

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

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