Html Css Color HEX #A35403 Golden Brown

📋 copy color: '#A35403'

red 163 ◦ green 84 ◦ blue 3

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

Shades of Golden Brown #A35403

Tints of Golden Brown #A35403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.6%

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

R = 65.2%
G = 33.6%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A35403 (or 0xA35403) is known color: Golden Brown. HEX triplet: A3, 54 and 03. RGB value is (163,84,3). Sum of RGB (Red+Green+Blue) = 163+84+3=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A35403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35403 is #5CABFC. Grayscale: #626262. Windows color (decimal): -6073341 or 218275. OLE color: 218275.

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

Color convert

RGB 163 84 3 -
CMYK 0 0.48 0.98 0.36
HSL 30.38º 0.96% 0.33% -
HSV(B) 30.38º 0.98% 0.64% -
XYZ 18.29 14.13 1.85 -
YUV 98.39 74.17 174.09 -
System Red Green Blue C M Y K H S L
Decimal 163 84 3 0 0.48 0.98 0.36 30.38 0.96 0.33
Hex A3 54 3 0 30 62 24 1E 60 21
Octal 243 124 3 0 60 142 44 36 140 41
Binary 10100011 1010100 11 0 110000 1100010 100100 11110 1100000 100001

Color Harmonies of #A35403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35403

Black with #A35403

Text Example


Text Example

White with #A35403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35403; }

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

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

background-color css

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

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

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

border-color css

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

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

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