Html Css Color HEX #A35E0E Golden Brown

📋 copy color: '#A35E0E'

red 163 ◦ green 94 ◦ blue 14

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

Shades of Golden Brown #A35E0E

Tints of Golden Brown #A35E0E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.69%

 BLUE value IS 14 (5.86% from 255) = 5.17%

R = 60.15%
G = 34.69%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A35E0E (or 0xA35E0E) is known color: Golden Brown. HEX triplet: A3, 5E and 0E. RGB value is (163,94,14). Sum of RGB (Red+Green+Blue) = 163+94+14=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35E0E is #5CA1F1. Grayscale: #696969. Windows color (decimal): -6070770 or 941731. OLE color: 941731.

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

Color convert

RGB 163 94 14 -
CMYK 0 0.42 0.91 0.36
HSL 32.21º 0.84% 0.35% -
HSV(B) 32.21º 0.91% 0.64% -
XYZ 19.19 15.82 2.46 -
YUV 105.51 76.36 169 -
System Red Green Blue C M Y K H S L
Decimal 163 94 14 0 0.42 0.91 0.36 32.21 0.84 0.35
Hex A3 5E E 0 2A 5B 24 20 54 23
Octal 243 136 16 0 52 133 44 40 124 43
Binary 10100011 1011110 1110 0 101010 1011011 100100 100000 1010100 100011

Color Harmonies of #A35E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35E0E

Black with #A35E0E

Text Example


Text Example

White with #A35E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35E0E; }

 p { color: rgb(163,94,14); }

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

background-color css

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

 a { background-color: rgb(163,94,14); }

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

border-color css

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

 span { border-color: rgb(163,94,14); }

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