Html Css Color HEX #AA862E Reef Gold

📋 copy color: '#AA862E'

red 170 ◦ green 134 ◦ blue 46

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

Shades of Reef Gold #AA862E

Tints of Reef Gold #AA862E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

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

R = 48.57%
G = 38.29%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA862E (or 0xAA862E) is known color: Reef Gold. HEX triplet: AA, 86 and 2E. RGB value is (170,134,46). Sum of RGB (Red+Green+Blue) = 170+134+46=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA862E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA862E is #5579D1. Grayscale: #878787. Windows color (decimal): -5601746 or 3049130. OLE color: 3049130.

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

Color convert

RGB 170 134 46 -
CMYK 0 0.21 0.73 0.33
HSL 42.58º 0.57% 0.42% -
HSV(B) 42.58º 0.73% 0.67% -
XYZ 25.6 25.79 6.21 -
YUV 134.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 170 134 46 0 0.21 0.73 0.33 42.58 0.57 0.42
Hex AA 86 2E 0 15 49 21 2B 39 2A
Octal 252 206 56 0 25 111 41 53 71 52
Binary 10101010 10000110 101110 0 10101 1001001 100001 101011 111001 101010

Color Harmonies of #AA862E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA862E

Black with #AA862E

Text Example


Text Example

White with #AA862E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA862E; }

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

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

background-color css

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

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

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

border-color css

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

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

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