Html Css Color HEX #A09430 Reef Gold

📋 copy color: '#A09430'

red 160 ◦ green 148 ◦ blue 48

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

Shades of Reef Gold #A09430

Tints of Reef Gold #A09430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.57%

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

R = 44.94%
G = 41.57%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A09430 (or 0xA09430) is known color: Reef Gold. HEX triplet: A0, 94 and 30. RGB value is (160,148,48). Sum of RGB (Red+Green+Blue) = 160+148+48=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A09430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09430 is #5F6BCF. Grayscale: #8C8C8C. Windows color (decimal): -6253520 or 3183776. OLE color: 3183776.

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

Color convert

RGB 160 148 48 -
CMYK 0 0.07 0.70 0.37
HSL 53.57º 0.54% 0.41% -
HSV(B) 53.57º 0.7% 0.63% -
XYZ 25.62 28.87 7.02 -
YUV 140.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 160 148 48 0 0.07 0.70 0.37 53.57 0.54 0.41
Hex A0 94 30 0 7 46 25 36 36 29
Octal 240 224 60 0 7 106 45 66 66 51
Binary 10100000 10010100 110000 0 111 1000110 100101 110110 110110 101001

Color Harmonies of #A09430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09430

Black with #A09430

Text Example


Text Example

White with #A09430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09430; }

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

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

background-color css

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

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

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

border-color css

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

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

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