Html Css Color HEX #A19636 Reef Gold

📋 copy color: '#A19636'

red 161 ◦ green 150 ◦ blue 54

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

Shades of Reef Gold #A19636

Tints of Reef Gold #A19636

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.1%

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

R = 44.11%
G = 41.1%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A19636 (or 0xA19636) is known color: Reef Gold. HEX triplet: A1, 96 and 36. RGB value is (161,150,54). Sum of RGB (Red+Green+Blue) = 161+150+54=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A19636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19636 is #5E69C9. Grayscale: #8E8E8E. Windows color (decimal): -6187466 or 3577505. OLE color: 3577505.

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

Color convert

RGB 161 150 54 -
CMYK 0 0.07 0.66 0.37
HSL 53.83º 0.5% 0.42% -
HSV(B) 53.83º 0.66% 0.63% -
XYZ 26.27 29.66 7.83 -
YUV 142.35 78.14 141.31 -
System Red Green Blue C M Y K H S L
Decimal 161 150 54 0 0.07 0.66 0.37 53.83 0.5 0.42
Hex A1 96 36 0 7 42 25 36 32 2A
Octal 241 226 66 0 7 102 45 66 62 52
Binary 10100001 10010110 110110 0 111 1000010 100101 110110 110010 101010

Color Harmonies of #A19636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19636

Black with #A19636

Text Example


Text Example

White with #A19636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19636; }

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

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

background-color css

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

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

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

border-color css

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

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

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