Html Css Color HEX #A36718 Golden Brown

📋 copy color: '#A36718'

red 163 ◦ green 103 ◦ blue 24

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

Shades of Golden Brown #A36718

Tints of Golden Brown #A36718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.52%

 BLUE value IS 24 (9.77% from 255) = 8.28%

R = 56.21%
G = 35.52%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A36718 (or 0xA36718) is known color: Golden Brown. HEX triplet: A3, 67 and 18. RGB value is (163,103,24). Sum of RGB (Red+Green+Blue) = 163+103+24=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A36718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36718 is #5C98E7. Grayscale: #707070. Windows color (decimal): -6068456 or 1599395. OLE color: 1599395.

HSL color Cylindrical-coordinate representation of color #A36718: hue angle of 34.1º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A36718 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 103 24 -
CMYK 0 0.37 0.85 0.36
HSL 34.1º 0.74% 0.37% -
HSV(B) 34.1º 0.85% 0.64% -
XYZ 20.12 17.55 3.19 -
YUV 111.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 163 103 24 0 0.37 0.85 0.36 34.1 0.74 0.37
Hex A3 67 18 0 25 55 24 22 4A 25
Octal 243 147 30 0 45 125 44 42 112 45
Binary 10100011 1100111 11000 0 100101 1010101 100100 100010 1001010 100101

Color Harmonies of #A36718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36718

Black with #A36718

Text Example


Text Example

White with #A36718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36718; }

 p { color: rgb(163,103,24); }

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

background-color css

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

 a { background-color: rgb(163,103,24); }

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

border-color css

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

 span { border-color: rgb(163,103,24); }

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