Html Css Color HEX #A1963B Reef Gold

📋 copy color: '#A1963B'

red 161 ◦ green 150 ◦ blue 59

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

Shades of Reef Gold #A1963B

Tints of Reef Gold #A1963B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.95%

R = 43.51%
G = 40.54%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A1963B (or 0xA1963B) is known color: Reef Gold. HEX triplet: A1, 96 and 3B. RGB value is (161,150,59). Sum of RGB (Red+Green+Blue) = 161+150+59=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A1963B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1963B is #5E69C4. Grayscale: #8F8F8F. Windows color (decimal): -6187461 or 3905185. OLE color: 3905185.

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

Color convert

RGB 161 150 59 -
CMYK 0 0.07 0.63 0.37
HSL 53.53º 0.46% 0.43% -
HSV(B) 53.53º 0.63% 0.63% -
XYZ 26.39 29.71 8.48 -
YUV 142.92 80.64 140.9 -
System Red Green Blue C M Y K H S L
Decimal 161 150 59 0 0.07 0.63 0.37 53.53 0.46 0.43
Hex A1 96 3B 0 7 3F 25 36 2E 2B
Octal 241 226 73 0 7 77 45 66 56 53
Binary 10100001 10010110 111011 0 111 111111 100101 110110 101110 101011

Color Harmonies of #A1963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1963B

Black with #A1963B

Text Example


Text Example

White with #A1963B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1963B; }

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

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

background-color css

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

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

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

border-color css

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

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

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