Html Css Color HEX #A45C17 Golden Brown

📋 copy color: '#A45C17'

red 164 ◦ green 92 ◦ blue 23

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

Shades of Golden Brown #A45C17

Tints of Golden Brown #A45C17

RGB

 RED value IS 164 (64.45% from 255) = 58.78%

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

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

R = 58.78%
G = 32.97%
B = 8.24%

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

#A45C17 (or 0xA45C17) is known color: Golden Brown. HEX triplet: A4, 5C and 17. RGB value is (164,92,23). Sum of RGB (Red+Green+Blue) = 164+92+23=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45C17 is #5BA3E8. Grayscale: #6A6A6A. Windows color (decimal): -6005737 or 1531044. OLE color: 1531044.

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

Color convert

RGB 164 92 23 -
CMYK 0 0.44 0.86 0.36
HSL 29.36º 0.75% 0.37% -
HSV(B) 29.36º 0.86% 0.64% -
XYZ 19.29 15.61 2.81 -
YUV 105.66 81.35 169.61 -
System Red Green Blue C M Y K H S L
Decimal 164 92 23 0 0.44 0.86 0.36 29.36 0.75 0.37
Hex A4 5C 17 0 2C 56 24 1D 4B 25
Octal 244 134 27 0 54 126 44 35 113 45
Binary 10100100 1011100 10111 0 101100 1010110 100100 11101 1001011 100101

Color Harmonies of #A45C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45C17

Black with #A45C17

Text Example


Text Example

White with #A45C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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