Html Css Color HEX #AA852B Reef Gold

📋 copy color: '#AA852B'

red 170 ◦ green 133 ◦ blue 43

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

Shades of Reef Gold #AA852B

Tints of Reef Gold #AA852B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.44%

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

R = 49.13%
G = 38.44%
B = 12.43%

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

#AA852B (or 0xAA852B) is known color: Reef Gold. HEX triplet: AA, 85 and 2B. RGB value is (170,133,43). Sum of RGB (Red+Green+Blue) = 170+133+43=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA852B is #557AD4. Grayscale: #868686. Windows color (decimal): -5602005 or 2852266. OLE color: 2852266.

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

Color convert

RGB 170 133 43 -
CMYK 0 0.22 0.75 0.33
HSL 42.52º 0.6% 0.42% -
HSV(B) 42.52º 0.75% 0.67% -
XYZ 25.4 25.5 5.87 -
YUV 133.8 76.76 153.82 -
System Red Green Blue C M Y K H S L
Decimal 170 133 43 0 0.22 0.75 0.33 42.52 0.6 0.42
Hex AA 85 2B 0 16 4B 21 2B 3C 2A
Octal 252 205 53 0 26 113 41 53 74 52
Binary 10101010 10000101 101011 0 10110 1001011 100001 101011 111100 101010

Color Harmonies of #AA852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA852B

Black with #AA852B

Text Example


Text Example

White with #AA852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA852B; }

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

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

background-color css

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

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

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

border-color css

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

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

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