Html Css Color HEX #AA9A3A Reef Gold

📋 copy color: '#AA9A3A'

red 170 ◦ green 154 ◦ blue 58

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

Shades of Reef Gold #AA9A3A

Tints of Reef Gold #AA9A3A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.31%

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

R = 44.5%
G = 40.31%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA9A3A (or 0xAA9A3A) is known color: Reef Gold. HEX triplet: AA, 9A and 3A. RGB value is (170,154,58). Sum of RGB (Red+Green+Blue) = 170+154+58=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A3A is #5565C5. Grayscale: #949494. Windows color (decimal): -5596614 or 3840682. OLE color: 3840682.

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

Color convert

RGB 170 154 58 -
CMYK 0 0.09 0.66 0.33
HSL 51.43º 0.49% 0.45% -
HSV(B) 51.43º 0.66% 0.67% -
XYZ 28.9 31.96 8.65 -
YUV 147.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 170 154 58 0 0.09 0.66 0.33 51.43 0.49 0.45
Hex AA 9A 3A 0 9 42 21 33 31 2D
Octal 252 232 72 0 11 102 41 63 61 55
Binary 10101010 10011010 111010 0 1001 1000010 100001 110011 110001 101101

Color Harmonies of #AA9A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A3A

Black with #AA9A3A

Text Example


Text Example

White with #AA9A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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