Html Css Color HEX #A19632 Reef Gold

📋 copy color: '#A19632'

red 161 ◦ green 150 ◦ blue 50

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

Shades of Reef Gold #A19632

Tints of Reef Gold #A19632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 44.6%
G = 41.55%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A19632 (or 0xA19632) is known color: Reef Gold. HEX triplet: A1, 96 and 32. RGB value is (161,150,50). Sum of RGB (Red+Green+Blue) = 161+150+50=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A19632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19632 is #5E69CD. Grayscale: #8E8E8E. Windows color (decimal): -6187470 or 3315361. OLE color: 3315361.

HSL color Cylindrical-coordinate representation of color #A19632: hue angle of 54.05º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A19632 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 150 50 -
CMYK 0 0.07 0.69 0.37
HSL 54.05º 0.53% 0.41% -
HSV(B) 54.05º 0.69% 0.63% -
XYZ 26.18 29.62 7.36 -
YUV 141.89 76.14 141.63 -
System Red Green Blue C M Y K H S L
Decimal 161 150 50 0 0.07 0.69 0.37 54.05 0.53 0.41
Hex A1 96 32 0 7 45 25 36 35 29
Octal 241 226 62 0 7 105 45 66 65 51
Binary 10100001 10010110 110010 0 111 1000101 100101 110110 110101 101001

Color Harmonies of #A19632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19632

Black with #A19632

Text Example


Text Example

White with #A19632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19632; }

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

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

background-color css

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

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

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

border-color css

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

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

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