Html Css Color HEX #A07317 Golden Brown

📋 copy color: '#A07317'

red 160 ◦ green 115 ◦ blue 23

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

Shades of Golden Brown #A07317

Tints of Golden Brown #A07317

RGB

 RED value IS 160 (62.89% from 255) = 53.69%

 GREEN value IS 115 (45.31% from 255) = 38.59%

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

R = 53.69%
G = 38.59%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A07317 (or 0xA07317) is known color: Golden Brown. HEX triplet: A0, 73 and 17. RGB value is (160,115,23). Sum of RGB (Red+Green+Blue) = 160+115+23=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A07317 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07317 is #5F8CE8. Grayscale: #767676. Windows color (decimal): -6261993 or 1536928. OLE color: 1536928.

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

Color convert

RGB 160 115 23 -
CMYK 0 0.28 0.86 0.37
HSL 40.29º 0.75% 0.36% -
HSV(B) 40.29º 0.86% 0.63% -
XYZ 20.78 19.8 3.54 -
YUV 117.97 74.41 157.98 -
System Red Green Blue C M Y K H S L
Decimal 160 115 23 0 0.28 0.86 0.37 40.29 0.75 0.36
Hex A0 73 17 0 1C 56 25 28 4B 24
Octal 240 163 27 0 34 126 45 50 113 44
Binary 10100000 1110011 10111 0 11100 1010110 100101 101000 1001011 100100

Color Harmonies of #A07317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07317

Black with #A07317

Text Example


Text Example

White with #A07317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07317; }

 p { color: rgb(160,115,23); }

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

background-color css

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

 a { background-color: rgb(160,115,23); }

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

border-color css

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

 span { border-color: rgb(160,115,23); }

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