Html Css Color HEX #A36C1E Golden Brown

📋 copy color: '#A36C1E'

red 163 ◦ green 108 ◦ blue 30

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

Shades of Golden Brown #A36C1E

Tints of Golden Brown #A36C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.88%

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 54.15%
G = 35.88%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A36C1E (or 0xA36C1E) is known color: Golden Brown. HEX triplet: A3, 6C and 1E. RGB value is (163,108,30). Sum of RGB (Red+Green+Blue) = 163+108+30=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C1E is #5C93E1. Grayscale: #737373. Windows color (decimal): -6067170 or 1993891. OLE color: 1993891.

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

Color convert

RGB 163 108 30 -
CMYK 0 0.34 0.82 0.36
HSL 35.19º 0.69% 0.38% -
HSV(B) 35.19º 0.82% 0.64% -
XYZ 20.7 18.61 3.73 -
YUV 115.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 163 108 30 0 0.34 0.82 0.36 35.19 0.69 0.38
Hex A3 6C 1E 0 22 52 24 23 45 26
Octal 243 154 36 0 42 122 44 43 105 46
Binary 10100011 1101100 11110 0 100010 1010010 100100 100011 1000101 100110

Color Harmonies of #A36C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C1E

Black with #A36C1E

Text Example


Text Example

White with #A36C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C1E; }

 p { color: rgb(163,108,30); }

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

background-color css

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

 a { background-color: rgb(163,108,30); }

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

border-color css

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

 span { border-color: rgb(163,108,30); }

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