Html Css Color HEX #AA852F Reef Gold

📋 copy color: '#AA852F'

red 170 ◦ green 133 ◦ blue 47

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

Shades of Reef Gold #AA852F

Tints of Reef Gold #AA852F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 48.57%
G = 38%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA852F (or 0xAA852F) is known color: Reef Gold. HEX triplet: AA, 85 and 2F. RGB value is (170,133,47). Sum of RGB (Red+Green+Blue) = 170+133+47=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA852F is #557AD0. Grayscale: #868686. Windows color (decimal): -5602001 or 3114410. OLE color: 3114410.

HSL color Cylindrical-coordinate representation of color #AA852F: hue angle of 41.95º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA852F is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 133 47 -
CMYK 0 0.22 0.72 0.33
HSL 41.95º 0.57% 0.43% -
HSV(B) 41.95º 0.72% 0.67% -
XYZ 25.48 25.53 6.27 -
YUV 134.26 78.76 153.49 -
System Red Green Blue C M Y K H S L
Decimal 170 133 47 0 0.22 0.72 0.33 41.95 0.57 0.43
Hex AA 85 2F 0 16 48 21 2A 39 2B
Octal 252 205 57 0 26 110 41 52 71 53
Binary 10101010 10000101 101111 0 10110 1001000 100001 101010 111001 101011

Color Harmonies of #AA852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA852F

Black with #AA852F

Text Example


Text Example

White with #AA852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA852F; }

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

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

background-color css

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

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

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

border-color css

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

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

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