Html Css Color HEX #A06714 Golden Brown

📋 copy color: '#A06714'

red 160 ◦ green 103 ◦ blue 20

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

Shades of Golden Brown #A06714

Tints of Golden Brown #A06714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.4%

 BLUE value IS 20 (8.2% from 255) = 7.07%

R = 56.54%
G = 36.4%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A06714 (or 0xA06714) is known color: Golden Brown. HEX triplet: A0, 67 and 14. RGB value is (160,103,20). Sum of RGB (Red+Green+Blue) = 160+103+20=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A06714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06714 is #5F98EB. Grayscale: #6E6E6E. Windows color (decimal): -6265068 or 1337248. OLE color: 1337248.

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

Color convert

RGB 160 103 20 -
CMYK 0 0.36 0.88 0.37
HSL 35.57º 0.78% 0.35% -
HSV(B) 35.57º 0.88% 0.63% -
XYZ 19.47 17.22 2.96 -
YUV 110.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 160 103 20 0 0.36 0.88 0.37 35.57 0.78 0.35
Hex A0 67 14 0 24 58 25 24 4E 23
Octal 240 147 24 0 44 130 45 44 116 43
Binary 10100000 1100111 10100 0 100100 1011000 100101 100100 1001110 100011

Color Harmonies of #A06714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06714

Black with #A06714

Text Example


Text Example

White with #A06714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06714; }

 p { color: rgb(160,103,20); }

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

background-color css

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

 a { background-color: rgb(160,103,20); }

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

border-color css

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

 span { border-color: rgb(160,103,20); }

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