Html Css Color HEX #A19334 Reef Gold

📋 copy color: '#A19334'

red 161 ◦ green 147 ◦ blue 52

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

Shades of Reef Gold #A19334

Tints of Reef Gold #A19334

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.83%

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

R = 44.72%
G = 40.83%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A19334 (or 0xA19334) is known color: Reef Gold. HEX triplet: A1, 93 and 34. RGB value is (161,147,52). Sum of RGB (Red+Green+Blue) = 161+147+52=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A19334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19334 is #5E6CCB. Grayscale: #8C8C8C. Windows color (decimal): -6188236 or 3445665. OLE color: 3445665.

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

Color convert

RGB 161 147 52 -
CMYK 0 0.09 0.68 0.37
HSL 52.29º 0.51% 0.42% -
HSV(B) 52.29º 0.68% 0.63% -
XYZ 25.75 28.69 7.43 -
YUV 140.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 161 147 52 0 0.09 0.68 0.37 52.29 0.51 0.42
Hex A1 93 34 0 9 44 25 34 33 2A
Octal 241 223 64 0 11 104 45 64 63 52
Binary 10100001 10010011 110100 0 1001 1000100 100101 110100 110011 101010

Color Harmonies of #A19334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19334

Black with #A19334

Text Example


Text Example

White with #A19334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19334; }

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

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

background-color css

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

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

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

border-color css

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

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

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