Html Css Color HEX #A09032 Reef Gold

📋 copy color: '#A09032'

red 160 ◦ green 144 ◦ blue 50

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

Shades of Reef Gold #A09032

Tints of Reef Gold #A09032

RGB

 RED value IS 160 (62.89% from 255) = 45.2%

 GREEN value IS 144 (56.64% from 255) = 40.68%

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

R = 45.2%
G = 40.68%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A09032 (or 0xA09032) is known color: Reef Gold. HEX triplet: A0, 90 and 32. RGB value is (160,144,50). Sum of RGB (Red+Green+Blue) = 160+144+50=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A09032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09032 is #5F6FCD. Grayscale: #8A8A8A. Windows color (decimal): -6254542 or 3313824. OLE color: 3313824.

HSL color Cylindrical-coordinate representation of color #A09032: hue angle of 51.27º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A09032 is Cyan = 0, Magento = 0.1, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 144 50 -
CMYK 0 0.1 0.69 0.37
HSL 51.27º 0.52% 0.41% -
HSV(B) 51.27º 0.69% 0.63% -
XYZ 25.05 27.65 7.03 -
YUV 138.07 78.3 143.64 -
System Red Green Blue C M Y K H S L
Decimal 160 144 50 0 0.1 0.69 0.37 51.27 0.52 0.41
Hex A0 90 32 0 A 45 25 33 34 29
Octal 240 220 62 0 12 105 45 63 64 51
Binary 10100000 10010000 110010 0 1010 1000101 100101 110011 110100 101001

Color Harmonies of #A09032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09032

Black with #A09032

Text Example


Text Example

White with #A09032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09032; }

 p { color: rgb(160,144,50); }

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

background-color css

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

 a { background-color: rgb(160,144,50); }

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

border-color css

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

 span { border-color: rgb(160,144,50); }

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