Html Css Color HEX #A35616 Rich Gold

📋 copy color: '#A35616'

red 163 ◦ green 86 ◦ blue 22

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

Shades of Rich Gold #A35616

Tints of Rich Gold #A35616

RGB

 RED value IS 163 (64.06% from 255) = 60.15%

 GREEN value IS 86 (33.98% from 255) = 31.73%

 BLUE value IS 22 (8.98% from 255) = 8.12%

R = 60.15%
G = 31.73%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A35616 (or 0xA35616) is known color: Rich Gold. HEX triplet: A3, 56 and 16. RGB value is (163,86,22). Sum of RGB (Red+Green+Blue) = 163+86+22=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A35616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35616 is #5CA9E9. Grayscale: #666666. Windows color (decimal): -6072810 or 1463971. OLE color: 1463971.

HSL color Cylindrical-coordinate representation of color #A35616: hue angle of 27.23º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A35616 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 86 22 -
CMYK 0 0.47 0.87 0.36
HSL 27.23º 0.76% 0.36% -
HSV(B) 27.23º 0.87% 0.64% -
XYZ 18.58 14.5 2.58 -
YUV 101.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 163 86 22 0 0.47 0.87 0.36 27.23 0.76 0.36
Hex A3 56 16 0 2F 57 24 1B 4C 24
Octal 243 126 26 0 57 127 44 33 114 44
Binary 10100011 1010110 10110 0 101111 1010111 100100 11011 1001100 100100

Color Harmonies of #A35616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35616

Black with #A35616

Text Example


Text Example

White with #A35616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35616; }

 p { color: rgb(163,86,22); }

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

background-color css

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

 a { background-color: rgb(163,86,22); }

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

border-color css

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

 span { border-color: rgb(163,86,22); }

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