Html Css Color HEX #A06701 Golden Brown

📋 copy color: '#A06701'

red 160 ◦ green 103 ◦ blue 1

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

Shades of Golden Brown #A06701

Tints of Golden Brown #A06701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 60.61%
G = 39.02%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A06701 (or 0xA06701) is known color: Golden Brown. HEX triplet: A0, 67 and 01. RGB value is (160,103,1). Sum of RGB (Red+Green+Blue) = 160+103+1=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A06701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06701 is #5F98FE. Grayscale: #6C6C6C. Windows color (decimal): -6265087 or 92064. OLE color: 92064.

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

Color convert

RGB 160 103 1 -
CMYK 0 0.36 0.99 0.37
HSL 38.49º 0.99% 0.32% -
HSV(B) 38.49º 0.99% 0.63% -
XYZ 19.35 17.18 2.32 -
YUV 108.42 67.38 164.79 -
System Red Green Blue C M Y K H S L
Decimal 160 103 1 0 0.36 0.99 0.37 38.49 0.99 0.32
Hex A0 67 1 0 24 63 25 26 63 20
Octal 240 147 1 0 44 143 45 46 143 40
Binary 10100000 1100111 1 0 100100 1100011 100101 100110 1100011 100000

Color Harmonies of #A06701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06701

Black with #A06701

Text Example


Text Example

White with #A06701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06701; }

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

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

background-color css

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

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

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

border-color css

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

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

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