Html Css Color HEX #AA852E Reef Gold

📋 copy color: '#AA852E'

red 170 ◦ green 133 ◦ blue 46

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

Shades of Reef Gold #AA852E

Tints of Reef Gold #AA852E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.18%

R = 48.71%
G = 38.11%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA852E (or 0xAA852E) is known color: Reef Gold. HEX triplet: AA, 85 and 2E. RGB value is (170,133,46). Sum of RGB (Red+Green+Blue) = 170+133+46=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA852E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA852E is #557AD1. Grayscale: #868686. Windows color (decimal): -5602002 or 3048874. OLE color: 3048874.

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

Color convert

RGB 170 133 46 -
CMYK 0 0.22 0.73 0.33
HSL 42.1º 0.57% 0.42% -
HSV(B) 42.1º 0.73% 0.67% -
XYZ 25.46 25.52 6.17 -
YUV 134.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 170 133 46 0 0.22 0.73 0.33 42.1 0.57 0.42
Hex AA 85 2E 0 16 49 21 2A 39 2A
Octal 252 205 56 0 26 111 41 52 71 52
Binary 10101010 10000101 101110 0 10110 1001001 100001 101010 111001 101010

Color Harmonies of #AA852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA852E

Black with #AA852E

Text Example


Text Example

White with #AA852E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA852E; }

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

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

background-color css

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

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

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

border-color css

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

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

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