Html Css Color HEX #AA8430 Reef Gold

📋 copy color: '#AA8430'

red 170 ◦ green 132 ◦ blue 48

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

Shades of Reef Gold #AA8430

Tints of Reef Gold #AA8430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.71%

 BLUE value IS 48 (19.14% from 255) = 13.71%

R = 48.57%
G = 37.71%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA8430 (or 0xAA8430) is known color: Reef Gold. HEX triplet: AA, 84 and 30. RGB value is (170,132,48). Sum of RGB (Red+Green+Blue) = 170+132+48=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8430 is #557BCF. Grayscale: #868686. Windows color (decimal): -5602256 or 3179690. OLE color: 3179690.

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

Color convert

RGB 170 132 48 -
CMYK 0 0.22 0.72 0.33
HSL 41.31º 0.56% 0.43% -
HSV(B) 41.31º 0.72% 0.67% -
XYZ 25.36 25.26 6.34 -
YUV 133.79 79.59 153.83 -
System Red Green Blue C M Y K H S L
Decimal 170 132 48 0 0.22 0.72 0.33 41.31 0.56 0.43
Hex AA 84 30 0 16 48 21 29 38 2B
Octal 252 204 60 0 26 110 41 51 70 53
Binary 10101010 10000100 110000 0 10110 1001000 100001 101001 111000 101011

Color Harmonies of #AA8430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8430

Black with #AA8430

Text Example


Text Example

White with #AA8430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8430; }

 p { color: rgb(170,132,48); }

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

background-color css

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

 a { background-color: rgb(170,132,48); }

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

border-color css

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

 span { border-color: rgb(170,132,48); }

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