Html Css Color HEX #AA8935 Reef Gold

📋 copy color: '#AA8935'

red 170 ◦ green 137 ◦ blue 53

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

Shades of Reef Gold #AA8935

Tints of Reef Gold #AA8935

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.06%

 BLUE value IS 53 (21.09% from 255) = 14.72%

R = 47.22%
G = 38.06%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA8935 (or 0xAA8935) is known color: Reef Gold. HEX triplet: AA, 89 and 35. RGB value is (170,137,53). Sum of RGB (Red+Green+Blue) = 170+137+53=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8935 is #5576CA. Grayscale: #898989. Windows color (decimal): -5600971 or 3508650. OLE color: 3508650.

HSL color Cylindrical-coordinate representation of color #AA8935: hue angle of 43.08º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA8935 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 137 53 -
CMYK 0 0.19 0.69 0.33
HSL 43.08º 0.52% 0.44% -
HSV(B) 43.08º 0.69% 0.67% -
XYZ 26.17 26.69 7.14 -
YUV 137.29 80.43 151.33 -
System Red Green Blue C M Y K H S L
Decimal 170 137 53 0 0.19 0.69 0.33 43.08 0.52 0.44
Hex AA 89 35 0 13 45 21 2B 34 2C
Octal 252 211 65 0 23 105 41 53 64 54
Binary 10101010 10001001 110101 0 10011 1000101 100001 101011 110100 101100

Color Harmonies of #AA8935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8935

Black with #AA8935

Text Example


Text Example

White with #AA8935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8935; }

 p { color: rgb(170,137,53); }

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

background-color css

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

 a { background-color: rgb(170,137,53); }

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

border-color css

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

 span { border-color: rgb(170,137,53); }

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