Html Css Color HEX #A35705 Golden Brown

📋 copy color: '#A35705'

red 163 ◦ green 87 ◦ blue 5

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

Shades of Golden Brown #A35705

Tints of Golden Brown #A35705

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.12%

 BLUE value IS 5 (2.34% from 255) = 1.96%

R = 63.92%
G = 34.12%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A35705 (or 0xA35705) is known color: Golden Brown. HEX triplet: A3, 57 and 05. RGB value is (163,87,5). Sum of RGB (Red+Green+Blue) = 163+87+5=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A35705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35705 is #5CA8FA. Grayscale: #646464. Windows color (decimal): -6072571 or 350115. OLE color: 350115.

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

Color convert

RGB 163 87 5 -
CMYK 0 0.47 0.97 0.36
HSL 31.14º 0.94% 0.33% -
HSV(B) 31.14º 0.97% 0.64% -
XYZ 18.54 14.61 1.99 -
YUV 100.38 74.18 172.67 -
System Red Green Blue C M Y K H S L
Decimal 163 87 5 0 0.47 0.97 0.36 31.14 0.94 0.33
Hex A3 57 5 0 2F 61 24 1F 5E 21
Octal 243 127 5 0 57 141 44 37 136 41
Binary 10100011 1010111 101 0 101111 1100001 100100 11111 1011110 100001

Color Harmonies of #A35705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35705

Black with #A35705

Text Example


Text Example

White with #A35705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35705; }

 p { color: rgb(163,87,5); }

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

background-color css

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

 a { background-color: rgb(163,87,5); }

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

border-color css

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

 span { border-color: rgb(163,87,5); }

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