Html Css Color HEX #A35508 Golden Brown

📋 copy color: '#A35508'

red 163 ◦ green 85 ◦ blue 8

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

Shades of Golden Brown #A35508

Tints of Golden Brown #A35508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.13%

R = 63.67%
G = 33.2%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A35508 (or 0xA35508) is known color: Golden Brown. HEX triplet: A3, 55 and 08. RGB value is (163,85,8). Sum of RGB (Red+Green+Blue) = 163+85+8=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A35508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35508 is #5CAAF7. Grayscale: #636363. Windows color (decimal): -6073080 or 546211. OLE color: 546211.

HSL color Cylindrical-coordinate representation of color #A35508: hue angle of 29.81º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A35508 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 85 8 -
CMYK 0 0.48 0.95 0.36
HSL 29.81º 0.91% 0.34% -
HSV(B) 29.81º 0.95% 0.64% -
XYZ 18.4 14.3 2.02 -
YUV 99.54 76.34 173.26 -
System Red Green Blue C M Y K H S L
Decimal 163 85 8 0 0.48 0.95 0.36 29.81 0.91 0.34
Hex A3 55 8 0 30 5F 24 1E 5B 22
Octal 243 125 10 0 60 137 44 36 133 42
Binary 10100011 1010101 1000 0 110000 1011111 100100 11110 1011011 100010

Color Harmonies of #A35508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35508

Black with #A35508

Text Example


Text Example

White with #A35508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35508; }

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

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

background-color css

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

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

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

border-color css

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

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

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