Html Css Color HEX #A19630 Reef Gold

📋 copy color: '#A19630'

red 161 ◦ green 150 ◦ blue 48

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

Shades of Reef Gold #A19630

Tints of Reef Gold #A19630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.37%

R = 44.85%
G = 41.78%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A19630 (or 0xA19630) is known color: Reef Gold. HEX triplet: A1, 96 and 30. RGB value is (161,150,48). Sum of RGB (Red+Green+Blue) = 161+150+48=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A19630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19630 is #5E69CF. Grayscale: #8E8E8E. Windows color (decimal): -6187472 or 3184289. OLE color: 3184289.

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

Color convert

RGB 161 150 48 -
CMYK 0 0.07 0.70 0.37
HSL 54.16º 0.54% 0.41% -
HSV(B) 54.16º 0.7% 0.63% -
XYZ 26.14 29.6 7.13 -
YUV 141.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 161 150 48 0 0.07 0.70 0.37 54.16 0.54 0.41
Hex A1 96 30 0 7 46 25 36 36 29
Octal 241 226 60 0 7 106 45 66 66 51
Binary 10100001 10010110 110000 0 111 1000110 100101 110110 110110 101001

Color Harmonies of #A19630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19630

Black with #A19630

Text Example


Text Example

White with #A19630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19630; }

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

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

background-color css

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

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

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

border-color css

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

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

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