Html Css Color HEX #AA8B32 Reef Gold

📋 copy color: '#AA8B32'

red 170 ◦ green 139 ◦ blue 50

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

Shades of Reef Gold #AA8B32

Tints of Reef Gold #AA8B32

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.72%

 BLUE value IS 50 (19.92% from 255) = 13.93%

R = 47.35%
G = 38.72%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA8B32 (or 0xAA8B32) is known color: Reef Gold. HEX triplet: AA, 8B and 32. RGB value is (170,139,50). Sum of RGB (Red+Green+Blue) = 170+139+50=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8B32 is #5574CD. Grayscale: #8A8A8A. Windows color (decimal): -5600462 or 3312554. OLE color: 3312554.

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

Color convert

RGB 170 139 50 -
CMYK 0 0.18 0.71 0.33
HSL 44.5º 0.55% 0.43% -
HSV(B) 44.5º 0.71% 0.67% -
XYZ 26.39 27.24 6.89 -
YUV 138.12 78.27 150.74 -
System Red Green Blue C M Y K H S L
Decimal 170 139 50 0 0.18 0.71 0.33 44.5 0.55 0.43
Hex AA 8B 32 0 12 47 21 2C 37 2B
Octal 252 213 62 0 22 107 41 54 67 53
Binary 10101010 10001011 110010 0 10010 1000111 100001 101100 110111 101011

Color Harmonies of #AA8B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8B32

Black with #AA8B32

Text Example


Text Example

White with #AA8B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8B32; }

 p { color: rgb(170,139,50); }

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

background-color css

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

 a { background-color: rgb(170,139,50); }

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

border-color css

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

 span { border-color: rgb(170,139,50); }

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