Html Css Color HEX #A35A16 Golden Brown

📋 copy color: '#A35A16'

red 163 ◦ green 90 ◦ blue 22

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

Shades of Golden Brown #A35A16

Tints of Golden Brown #A35A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.73%

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

R = 59.27%
G = 32.73%
B = 8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A35A16 (or 0xA35A16) is known color: Golden Brown. HEX triplet: A3, 5A and 16. RGB value is (163,90,22). Sum of RGB (Red+Green+Blue) = 163+90+22=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35A16 is #5CA5E9. Grayscale: #686868. Windows color (decimal): -6071786 or 1464995. OLE color: 1464995.

HSL color Cylindrical-coordinate representation of color #A35A16: hue angle of 28.94º 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 #A35A16 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 90 22 -
CMYK 0 0.45 0.87 0.36
HSL 28.94º 0.76% 0.36% -
HSV(B) 28.94º 0.87% 0.64% -
XYZ 18.91 15.16 2.69 -
YUV 104.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 163 90 22 0 0.45 0.87 0.36 28.94 0.76 0.36
Hex A3 5A 16 0 2D 57 24 1D 4C 24
Octal 243 132 26 0 55 127 44 35 114 44
Binary 10100011 1011010 10110 0 101101 1010111 100100 11101 1001100 100100

Color Harmonies of #A35A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A16

Black with #A35A16

Text Example


Text Example

White with #A35A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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