Html Css Color HEX #A35C17 Golden Brown

📋 copy color: '#A35C17'

red 163 ◦ green 92 ◦ blue 23

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

Shades of Golden Brown #A35C17

Tints of Golden Brown #A35C17

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

 BLUE value IS 23 (9.38% from 255) = 8.27%

R = 58.63%
G = 33.09%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A35C17 (or 0xA35C17) is known color: Golden Brown. HEX triplet: A3, 5C and 17. RGB value is (163,92,23). Sum of RGB (Red+Green+Blue) = 163+92+23=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35C17 is #5CA3E8. Grayscale: #696969. Windows color (decimal): -6071273 or 1531043. OLE color: 1531043.

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

Color convert

RGB 163 92 23 -
CMYK 0 0.44 0.86 0.36
HSL 29.57º 0.75% 0.36% -
HSV(B) 29.57º 0.86% 0.64% -
XYZ 19.09 15.5 2.8 -
YUV 105.36 81.52 169.11 -
System Red Green Blue C M Y K H S L
Decimal 163 92 23 0 0.44 0.86 0.36 29.57 0.75 0.36
Hex A3 5C 17 0 2C 56 24 1E 4B 24
Octal 243 134 27 0 54 126 44 36 113 44
Binary 10100011 1011100 10111 0 101100 1010110 100100 11110 1001011 100100

Color Harmonies of #A35C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35C17

Black with #A35C17

Text Example


Text Example

White with #A35C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35C17; }

 p { color: rgb(163,92,23); }

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

background-color css

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

 a { background-color: rgb(163,92,23); }

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

border-color css

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

 span { border-color: rgb(163,92,23); }

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