Html Css Color HEX #A07118 Golden Brown

📋 copy color: '#A07118'

red 160 ◦ green 113 ◦ blue 24

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

Shades of Golden Brown #A07118

Tints of Golden Brown #A07118

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.05%

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

R = 53.87%
G = 38.05%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A07118 (or 0xA07118) is known color: Golden Brown. HEX triplet: A0, 71 and 18. RGB value is (160,113,24). Sum of RGB (Red+Green+Blue) = 160+113+24=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A07118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07118 is #5F8EE7. Grayscale: #757575. Windows color (decimal): -6262504 or 1601952. OLE color: 1601952.

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

Color convert

RGB 160 113 24 -
CMYK 0 0.29 0.85 0.37
HSL 39.26º 0.74% 0.36% -
HSV(B) 39.26º 0.85% 0.63% -
XYZ 20.57 19.35 3.52 -
YUV 116.91 75.57 158.74 -
System Red Green Blue C M Y K H S L
Decimal 160 113 24 0 0.29 0.85 0.37 39.26 0.74 0.36
Hex A0 71 18 0 1D 55 25 27 4A 24
Octal 240 161 30 0 35 125 45 47 112 44
Binary 10100000 1110001 11000 0 11101 1010101 100101 100111 1001010 100100

Color Harmonies of #A07118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07118

Black with #A07118

Text Example


Text Example

White with #A07118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07118; }

 p { color: rgb(160,113,24); }

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

background-color css

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

 a { background-color: rgb(160,113,24); }

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

border-color css

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

 span { border-color: rgb(160,113,24); }

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