Html Css Color HEX #A09230 Reef Gold

📋 copy color: '#A09230'

red 160 ◦ green 146 ◦ blue 48

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

Shades of Reef Gold #A09230

Tints of Reef Gold #A09230

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.24%

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

R = 45.2%
G = 41.24%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A09230 (or 0xA09230) is known color: Reef Gold. HEX triplet: A0, 92 and 30. RGB value is (160,146,48). Sum of RGB (Red+Green+Blue) = 160+146+48=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A09230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09230 is #5F6DCF. Grayscale: #8B8B8B. Windows color (decimal): -6254032 or 3183264. OLE color: 3183264.

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

Color convert

RGB 160 146 48 -
CMYK 0 0.09 0.70 0.37
HSL 52.5º 0.54% 0.41% -
HSV(B) 52.5º 0.7% 0.63% -
XYZ 25.31 28.24 6.91 -
YUV 139.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 160 146 48 0 0.09 0.70 0.37 52.5 0.54 0.41
Hex A0 92 30 0 9 46 25 34 36 29
Octal 240 222 60 0 11 106 45 64 66 51
Binary 10100000 10010010 110000 0 1001 1000110 100101 110100 110110 101001

Color Harmonies of #A09230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09230

Black with #A09230

Text Example


Text Example

White with #A09230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09230; }

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

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

background-color css

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

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

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

border-color css

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

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

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