Html Css Color HEX #A35A04 Golden Brown

📋 copy color: '#A35A04'

red 163 ◦ green 90 ◦ blue 4

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

Shades of Golden Brown #A35A04

Tints of Golden Brown #A35A04

RGB

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

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

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

R = 63.42%
G = 35.02%
B = 1.56%

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

#A35A04 (or 0xA35A04) is known color: Golden Brown. HEX triplet: A3, 5A and 04. RGB value is (163,90,4). Sum of RGB (Red+Green+Blue) = 163+90+4=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35A04 is #5CA5FB. Grayscale: #666666. Windows color (decimal): -6071804 or 285347. OLE color: 285347.

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

Color convert

RGB 163 90 4 -
CMYK 0 0.45 0.98 0.36
HSL 32.45º 0.95% 0.33% -
HSV(B) 32.45º 0.98% 0.64% -
XYZ 18.78 15.11 2.04 -
YUV 102.02 72.68 171.49 -
System Red Green Blue C M Y K H S L
Decimal 163 90 4 0 0.45 0.98 0.36 32.45 0.95 0.33
Hex A3 5A 4 0 2D 62 24 20 5F 21
Octal 243 132 4 0 55 142 44 40 137 41
Binary 10100011 1011010 100 0 101101 1100010 100100 100000 1011111 100001

Color Harmonies of #A35A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A04

Black with #A35A04

Text Example


Text Example

White with #A35A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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