Html Css Color HEX #A35606 Golden Brown

📋 copy color: '#A35606'

red 163 ◦ green 86 ◦ blue 6

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

Shades of Golden Brown #A35606

Tints of Golden Brown #A35606

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.73%

 BLUE value IS 6 (2.73% from 255) = 2.35%

R = 63.92%
G = 33.73%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A35606 (or 0xA35606) is known color: Golden Brown. HEX triplet: A3, 56 and 06. RGB value is (163,86,6). Sum of RGB (Red+Green+Blue) = 163+86+6=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A35606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35606 is #5CA9F9. Grayscale: #646464. Windows color (decimal): -6072826 or 415395. OLE color: 415395.

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

Color convert

RGB 163 86 6 -
CMYK 0 0.47 0.96 0.36
HSL 30.57º 0.93% 0.33% -
HSV(B) 30.57º 0.96% 0.64% -
XYZ 18.46 14.46 1.99 -
YUV 99.9 75.01 173 -
System Red Green Blue C M Y K H S L
Decimal 163 86 6 0 0.47 0.96 0.36 30.57 0.93 0.33
Hex A3 56 6 0 2F 60 24 1F 5D 21
Octal 243 126 6 0 57 140 44 37 135 41
Binary 10100011 1010110 110 0 101111 1100000 100100 11111 1011101 100001

Color Harmonies of #A35606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35606

Black with #A35606

Text Example


Text Example

White with #A35606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35606; }

 p { color: rgb(163,86,6); }

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

background-color css

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

 a { background-color: rgb(163,86,6); }

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

border-color css

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

 span { border-color: rgb(163,86,6); }

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