Html Css Color HEX #A35901 Golden Brown

📋 copy color: '#A35901'

red 163 ◦ green 89 ◦ blue 1

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

Shades of Golden Brown #A35901

Tints of Golden Brown #A35901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.18%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 64.43%
G = 35.18%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A35901 (or 0xA35901) is known color: Golden Brown. HEX triplet: A3, 59 and 01. RGB value is (163,89,1). Sum of RGB (Red+Green+Blue) = 163+89+1=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A35901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35901 is #5CA6FE. Grayscale: #656565. Windows color (decimal): -6072063 or 88483. OLE color: 88483.

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

Color convert

RGB 163 89 1 -
CMYK 0 0.45 0.99 0.36
HSL 32.59º 0.99% 0.32% -
HSV(B) 32.59º 0.99% 0.64% -
XYZ 18.68 14.93 1.93 -
YUV 101.09 71.52 172.16 -
System Red Green Blue C M Y K H S L
Decimal 163 89 1 0 0.45 0.99 0.36 32.59 0.99 0.32
Hex A3 59 1 0 2D 63 24 21 63 20
Octal 243 131 1 0 55 143 44 41 143 40
Binary 10100011 1011001 1 0 101101 1100011 100100 100001 1100011 100000

Color Harmonies of #A35901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35901

Black with #A35901

Text Example


Text Example

White with #A35901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35901; }

 p { color: rgb(163,89,1); }

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

background-color css

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

 a { background-color: rgb(163,89,1); }

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

border-color css

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

 span { border-color: rgb(163,89,1); }

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