Html Css Color HEX #A35504 Golden Brown

📋 copy color: '#A35504'

red 163 ◦ green 85 ◦ blue 4

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

Shades of Golden Brown #A35504

Tints of Golden Brown #A35504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 64.68%
G = 33.73%
B = 1.59%

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

#A35504 (or 0xA35504) is known color: Golden Brown. HEX triplet: A3, 55 and 04. RGB value is (163,85,4). Sum of RGB (Red+Green+Blue) = 163+85+4=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A35504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35504 is #5CAAFB. Grayscale: #636363. Windows color (decimal): -6073084 or 284067. OLE color: 284067.

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

Color convert

RGB 163 85 4 -
CMYK 0 0.48 0.98 0.36
HSL 30.57º 0.95% 0.33% -
HSV(B) 30.57º 0.98% 0.64% -
XYZ 18.37 14.29 1.91 -
YUV 99.09 74.34 173.59 -
System Red Green Blue C M Y K H S L
Decimal 163 85 4 0 0.48 0.98 0.36 30.57 0.95 0.33
Hex A3 55 4 0 30 62 24 1F 5F 21
Octal 243 125 4 0 60 142 44 37 137 41
Binary 10100011 1010101 100 0 110000 1100010 100100 11111 1011111 100001

Color Harmonies of #A35504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35504

Black with #A35504

Text Example


Text Example

White with #A35504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35504; }

 p { color: rgb(163,85,4); }

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

background-color css

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

 a { background-color: rgb(163,85,4); }

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

border-color css

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

 span { border-color: rgb(163,85,4); }

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