Html Css Color HEX #A35A03 Golden Brown

📋 copy color: '#A35A03'

red 163 ◦ green 90 ◦ blue 3

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

Shades of Golden Brown #A35A03

Tints of Golden Brown #A35A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 63.67%
G = 35.16%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A35A03 (or 0xA35A03) is known color: Golden Brown. HEX triplet: A3, 5A and 03. RGB value is (163,90,3). Sum of RGB (Red+Green+Blue) = 163+90+3=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35A03 is #5CA5FC. Grayscale: #666666. Windows color (decimal): -6071805 or 219811. OLE color: 219811.

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

Color convert

RGB 163 90 3 -
CMYK 0 0.45 0.98 0.36
HSL 32.63º 0.96% 0.33% -
HSV(B) 32.63º 0.98% 0.64% -
XYZ 18.78 15.11 2.01 -
YUV 101.91 72.18 171.57 -
System Red Green Blue C M Y K H S L
Decimal 163 90 3 0 0.45 0.98 0.36 32.63 0.96 0.33
Hex A3 5A 3 0 2D 62 24 21 60 21
Octal 243 132 3 0 55 142 44 41 140 41
Binary 10100011 1011010 11 0 101101 1100010 100100 100001 1100000 100001

Color Harmonies of #A35A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A03

Black with #A35A03

Text Example


Text Example

White with #A35A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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