Html Css Color HEX #A19634 Reef Gold

📋 copy color: '#A19634'

red 161 ◦ green 150 ◦ blue 52

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

Shades of Reef Gold #A19634

Tints of Reef Gold #A19634

RGB

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

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

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

R = 44.35%
G = 41.32%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A19634 (or 0xA19634) is known color: Reef Gold. HEX triplet: A1, 96 and 34. RGB value is (161,150,52). Sum of RGB (Red+Green+Blue) = 161+150+52=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A19634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19634 is #5E69CB. Grayscale: #8E8E8E. Windows color (decimal): -6187468 or 3446433. OLE color: 3446433.

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

Color convert

RGB 161 150 52 -
CMYK 0 0.07 0.68 0.37
HSL 53.94º 0.51% 0.42% -
HSV(B) 53.94º 0.68% 0.63% -
XYZ 26.22 29.64 7.59 -
YUV 142.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 161 150 52 0 0.07 0.68 0.37 53.94 0.51 0.42
Hex A1 96 34 0 7 44 25 36 33 2A
Octal 241 226 64 0 7 104 45 66 63 52
Binary 10100001 10010110 110100 0 111 1000100 100101 110110 110011 101010

Color Harmonies of #A19634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19634

Black with #A19634

Text Example


Text Example

White with #A19634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19634; }

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

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

background-color css

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

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

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

border-color css

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

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

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