Html Css Color HEX #A19134 Reef Gold

📋 copy color: '#A19134'

red 161 ◦ green 145 ◦ blue 52

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

Shades of Reef Gold #A19134

Tints of Reef Gold #A19134

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.5%

 BLUE value IS 52 (20.7% from 255) = 14.53%

R = 44.97%
G = 40.5%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A19134 (or 0xA19134) is known color: Reef Gold. HEX triplet: A1, 91 and 34. RGB value is (161,145,52). Sum of RGB (Red+Green+Blue) = 161+145+52=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A19134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19134 is #5E6ECB. Grayscale: #8B8B8B. Windows color (decimal): -6188748 or 3445153. OLE color: 3445153.

HSL color Cylindrical-coordinate representation of color #A19134: hue angle of 51.19º degrees, saturation: 0.51, 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 #A19134 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 145 52 -
CMYK 0 0.10 0.68 0.37
HSL 51.19º 0.51% 0.42% -
HSV(B) 51.19º 0.68% 0.63% -
XYZ 25.44 28.08 7.33 -
YUV 139.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 161 145 52 0 0.10 0.68 0.37 51.19 0.51 0.42
Hex A1 91 34 0 A 44 25 33 33 2A
Octal 241 221 64 0 12 104 45 63 63 52
Binary 10100001 10010001 110100 0 1010 1000100 100101 110011 110011 101010

Color Harmonies of #A19134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19134

Black with #A19134

Text Example


Text Example

White with #A19134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19134; }

 p { color: rgb(161,145,52); }

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

background-color css

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

 a { background-color: rgb(161,145,52); }

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

border-color css

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

 span { border-color: rgb(161,145,52); }

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