Html Css Color HEX #A07108 Golden Brown

📋 copy color: '#A07108'

red 160 ◦ green 113 ◦ blue 8

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

Shades of Golden Brown #A07108

Tints of Golden Brown #A07108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.85%

R = 56.94%
G = 40.21%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A07108 (or 0xA07108) is known color: Golden Brown. HEX triplet: A0, 71 and 08. RGB value is (160,113,8). Sum of RGB (Red+Green+Blue) = 160+113+8=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A07108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07108 is #5F8EF7. Grayscale: #737373. Windows color (decimal): -6262520 or 553376. OLE color: 553376.

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

Color convert

RGB 160 113 8 -
CMYK 0 0.29 0.95 0.37
HSL 41.45º 0.9% 0.33% -
HSV(B) 41.45º 0.95% 0.63% -
XYZ 20.45 19.3 2.88 -
YUV 115.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 160 113 8 0 0.29 0.95 0.37 41.45 0.9 0.33
Hex A0 71 8 0 1D 5F 25 29 5A 21
Octal 240 161 10 0 35 137 45 51 132 41
Binary 10100000 1110001 1000 0 11101 1011111 100101 101001 1011010 100001

Color Harmonies of #A07108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07108

Black with #A07108

Text Example


Text Example

White with #A07108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07108; }

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

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

background-color css

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

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

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

border-color css

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

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

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