Html Css Color HEX #AA8E3A Reef Gold

📋 copy color: '#AA8E3A'

red 170 ◦ green 142 ◦ blue 58

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

Shades of Reef Gold #AA8E3A

Tints of Reef Gold #AA8E3A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.38%

 BLUE value IS 58 (23.05% from 255) = 15.68%

R = 45.95%
G = 38.38%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA8E3A (or 0xAA8E3A) is known color: Reef Gold. HEX triplet: AA, 8E and 3A. RGB value is (170,142,58). Sum of RGB (Red+Green+Blue) = 170+142+58=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8E3A is #5571C5. Grayscale: #8D8D8D. Windows color (decimal): -5599686 or 3837610. OLE color: 3837610.

HSL color Cylindrical-coordinate representation of color #AA8E3A: hue angle of 45º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA8E3A is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 142 58 -
CMYK 0 0.16 0.66 0.33
HSL 45º 0.49% 0.45% -
HSV(B) 45º 0.66% 0.67% -
XYZ 27.01 28.2 8.02 -
YUV 140.8 81.28 148.83 -
System Red Green Blue C M Y K H S L
Decimal 170 142 58 0 0.16 0.66 0.33 45 0.49 0.45
Hex AA 8E 3A 0 10 42 21 2D 31 2D
Octal 252 216 72 0 20 102 41 55 61 55
Binary 10101010 10001110 111010 0 10000 1000010 100001 101101 110001 101101

Color Harmonies of #AA8E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8E3A

Black with #AA8E3A

Text Example


Text Example

White with #AA8E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8E3A; }

 p { color: rgb(170,142,58); }

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

background-color css

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

 a { background-color: rgb(170,142,58); }

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

border-color css

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

 span { border-color: rgb(170,142,58); }

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