Html Css Color HEX #A09030 Reef Gold

📋 copy color: '#A09030'

red 160 ◦ green 144 ◦ blue 48

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

Shades of Reef Gold #A09030

Tints of Reef Gold #A09030

RGB

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

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

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

R = 45.45%
G = 40.91%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A09030 (or 0xA09030) is known color: Reef Gold. HEX triplet: A0, 90 and 30. RGB value is (160,144,48). Sum of RGB (Red+Green+Blue) = 160+144+48=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A09030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09030 is #5F6FCF. Grayscale: #8A8A8A. Windows color (decimal): -6254544 or 3182752. OLE color: 3182752.

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

Color convert

RGB 160 144 48 -
CMYK 0 0.1 0.70 0.37
HSL 51.43º 0.54% 0.41% -
HSV(B) 51.43º 0.7% 0.63% -
XYZ 25 27.63 6.81 -
YUV 137.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 160 144 48 0 0.1 0.70 0.37 51.43 0.54 0.41
Hex A0 90 30 0 A 46 25 33 36 29
Octal 240 220 60 0 12 106 45 63 66 51
Binary 10100000 10010000 110000 0 1010 1000110 100101 110011 110110 101001

Color Harmonies of #A09030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09030

Black with #A09030

Text Example


Text Example

White with #A09030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09030; }

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

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

background-color css

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

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

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

border-color css

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

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

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