Html Css Color HEX #A19932 Reef Gold

📋 copy color: '#A19932'

red 161 ◦ green 153 ◦ blue 50

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

Shades of Reef Gold #A19932

Tints of Reef Gold #A19932

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.03%

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

R = 44.23%
G = 42.03%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A19932 (or 0xA19932) is known color: Reef Gold. HEX triplet: A1, 99 and 32. RGB value is (161,153,50). Sum of RGB (Red+Green+Blue) = 161+153+50=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A19932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19932 is #5E66CD. Grayscale: #909090. Windows color (decimal): -6186702 or 3316129. OLE color: 3316129.

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

Color convert

RGB 161 153 50 -
CMYK 0 0.05 0.69 0.37
HSL 55.68º 0.53% 0.41% -
HSV(B) 55.68º 0.69% 0.63% -
XYZ 26.66 30.59 7.52 -
YUV 143.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 161 153 50 0 0.05 0.69 0.37 55.68 0.53 0.41
Hex A1 99 32 0 5 45 25 38 35 29
Octal 241 231 62 0 5 105 45 70 65 51
Binary 10100001 10011001 110010 0 101 1000101 100101 111000 110101 101001

Color Harmonies of #A19932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19932

Black with #A19932

Text Example


Text Example

White with #A19932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19932; }

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

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

background-color css

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

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

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

border-color css

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

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

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