Html Css Color HEX #A19030 Reef Gold

📋 copy color: '#A19030'

red 161 ◦ green 144 ◦ blue 48

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

Shades of Reef Gold #A19030

Tints of Reef Gold #A19030

RGB

 RED value IS 161 (63.28% from 255) = 45.61%

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

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

R = 45.61%
G = 40.79%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A19030 (or 0xA19030) is known color: Reef Gold. HEX triplet: A1, 90 and 30. RGB value is (161,144,48). Sum of RGB (Red+Green+Blue) = 161+144+48=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A19030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19030 is #5E6FCF. Grayscale: #8A8A8A. Windows color (decimal): -6189008 or 3182753. OLE color: 3182753.

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

Color convert

RGB 161 144 48 -
CMYK 0 0.11 0.70 0.37
HSL 50.97º 0.54% 0.41% -
HSV(B) 50.97º 0.7% 0.63% -
XYZ 25.2 27.74 6.82 -
YUV 138.14 77.13 144.31 -
System Red Green Blue C M Y K H S L
Decimal 161 144 48 0 0.11 0.70 0.37 50.97 0.54 0.41
Hex A1 90 30 0 B 46 25 33 36 29
Octal 241 220 60 0 13 106 45 63 66 51
Binary 10100001 10010000 110000 0 1011 1000110 100101 110011 110110 101001

Color Harmonies of #A19030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19030

Black with #A19030

Text Example


Text Example

White with #A19030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19030; }

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

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

background-color css

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

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

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

border-color css

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

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

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