Html Css Color HEX #A1963E Reef Gold

📋 copy color: '#A1963E'

red 161 ◦ green 150 ◦ blue 62

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

Shades of Reef Gold #A1963E

Tints of Reef Gold #A1963E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.62%

R = 43.16%
G = 40.21%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1963E (or 0xA1963E) is known color: Reef Gold. HEX triplet: A1, 96 and 3E. RGB value is (161,150,62). Sum of RGB (Red+Green+Blue) = 161+150+62=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1963E is #5E69C1. Grayscale: #8F8F8F. Windows color (decimal): -6187458 or 4101793. OLE color: 4101793.

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

Color convert

RGB 161 150 62 -
CMYK 0 0.07 0.61 0.37
HSL 53.33º 0.44% 0.44% -
HSV(B) 53.33º 0.61% 0.63% -
XYZ 26.47 29.74 8.9 -
YUV 143.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 161 150 62 0 0.07 0.61 0.37 53.33 0.44 0.44
Hex A1 96 3E 0 7 3D 25 35 2C 2C
Octal 241 226 76 0 7 75 45 65 54 54
Binary 10100001 10010110 111110 0 111 111101 100101 110101 101100 101100

Color Harmonies of #A1963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1963E

Black with #A1963E

Text Example


Text Example

White with #A1963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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