Html Css Color HEX #A1963C Reef Gold

📋 copy color: '#A1963C'

red 161 ◦ green 150 ◦ blue 60

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

Shades of Reef Gold #A1963C

Tints of Reef Gold #A1963C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.17%

R = 43.4%
G = 40.43%
B = 16.17%

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

#A1963C (or 0xA1963C) is known color: Reef Gold. HEX triplet: A1, 96 and 3C. RGB value is (161,150,60). Sum of RGB (Red+Green+Blue) = 161+150+60=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1963C is #5E69C3. Grayscale: #8F8F8F. Windows color (decimal): -6187460 or 3970721. OLE color: 3970721.

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

Color convert

RGB 161 150 60 -
CMYK 0 0.07 0.63 0.37
HSL 53.47º 0.46% 0.43% -
HSV(B) 53.47º 0.63% 0.63% -
XYZ 26.42 29.72 8.62 -
YUV 143.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 161 150 60 0 0.07 0.63 0.37 53.47 0.46 0.43
Hex A1 96 3C 0 7 3F 25 35 2E 2B
Octal 241 226 74 0 7 77 45 65 56 53
Binary 10100001 10010110 111100 0 111 111111 100101 110101 101110 101011

Color Harmonies of #A1963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1963C

Black with #A1963C

Text Example


Text Example

White with #A1963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1963C; }

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

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

background-color css

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

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

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

border-color css

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

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

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