Html Css Color HEX #AA8F2E Reef Gold

📋 copy color: '#AA8F2E'

red 170 ◦ green 143 ◦ blue 46

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

Shades of Reef Gold #AA8F2E

Tints of Reef Gold #AA8F2E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.83%

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

R = 47.35%
G = 39.83%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA8F2E (or 0xAA8F2E) is known color: Reef Gold. HEX triplet: AA, 8F and 2E. RGB value is (170,143,46). Sum of RGB (Red+Green+Blue) = 170+143+46=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F2E is #5570D1. Grayscale: #8C8C8C. Windows color (decimal): -5599442 or 3051434. OLE color: 3051434.

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

Color convert

RGB 170 143 46 -
CMYK 0 0.16 0.73 0.33
HSL 46.94º 0.57% 0.42% -
HSV(B) 46.94º 0.73% 0.67% -
XYZ 26.89 28.39 6.65 -
YUV 140.02 74.95 149.39 -
System Red Green Blue C M Y K H S L
Decimal 170 143 46 0 0.16 0.73 0.33 46.94 0.57 0.42
Hex AA 8F 2E 0 10 49 21 2F 39 2A
Octal 252 217 56 0 20 111 41 57 71 52
Binary 10101010 10001111 101110 0 10000 1001001 100001 101111 111001 101010

Color Harmonies of #AA8F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F2E

Black with #AA8F2E

Text Example


Text Example

White with #AA8F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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