Html Css Color HEX #A19033 Reef Gold

📋 copy color: '#A19033'

red 161 ◦ green 144 ◦ blue 51

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

Shades of Reef Gold #A19033

Tints of Reef Gold #A19033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.33%

R = 45.22%
G = 40.45%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A19033 (or 0xA19033) is known color: Reef Gold. HEX triplet: A1, 90 and 33. RGB value is (161,144,51). Sum of RGB (Red+Green+Blue) = 161+144+51=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A19033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19033 is #5E6FCC. Grayscale: #8A8A8A. Windows color (decimal): -6189005 or 3379361. OLE color: 3379361.

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

Color convert

RGB 161 144 51 -
CMYK 0 0.11 0.68 0.37
HSL 50.73º 0.52% 0.42% -
HSV(B) 50.73º 0.68% 0.63% -
XYZ 25.27 27.76 7.16 -
YUV 138.48 78.63 144.06 -
System Red Green Blue C M Y K H S L
Decimal 161 144 51 0 0.11 0.68 0.37 50.73 0.52 0.42
Hex A1 90 33 0 B 44 25 33 34 2A
Octal 241 220 63 0 13 104 45 63 64 52
Binary 10100001 10010000 110011 0 1011 1000100 100101 110011 110100 101010

Color Harmonies of #A19033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19033

Black with #A19033

Text Example


Text Example

White with #A19033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19033; }

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

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

background-color css

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

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

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

border-color css

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

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

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