Html Css Color HEX #A19036 Reef Gold

📋 copy color: '#A19036'

red 161 ◦ green 144 ◦ blue 54

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

Shades of Reef Gold #A19036

Tints of Reef Gold #A19036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.04%

R = 44.85%
G = 40.11%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A19036 (or 0xA19036) is known color: Reef Gold. HEX triplet: A1, 90 and 36. RGB value is (161,144,54). Sum of RGB (Red+Green+Blue) = 161+144+54=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A19036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19036 is #5E6FC9. Grayscale: #8B8B8B. Windows color (decimal): -6189002 or 3575969. OLE color: 3575969.

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

Color convert

RGB 161 144 54 -
CMYK 0 0.11 0.66 0.37
HSL 50.47º 0.5% 0.42% -
HSV(B) 50.47º 0.66% 0.63% -
XYZ 25.34 27.79 7.52 -
YUV 138.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 161 144 54 0 0.11 0.66 0.37 50.47 0.5 0.42
Hex A1 90 36 0 B 42 25 32 32 2A
Octal 241 220 66 0 13 102 45 62 62 52
Binary 10100001 10010000 110110 0 1011 1000010 100101 110010 110010 101010

Color Harmonies of #A19036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19036

Black with #A19036

Text Example


Text Example

White with #A19036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19036; }

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

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

background-color css

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

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

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

border-color css

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

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

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