Html Css Color HEX #A67101 Golden Brown

📋 copy color: '#A67101'

red 166 ◦ green 113 ◦ blue 1

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

Shades of Golden Brown #A67101

Tints of Golden Brown #A67101

RGB

 RED value IS 166 (65.23% from 255) = 59.29%

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

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

R = 59.29%
G = 40.36%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A67101 (or 0xA67101) is known color: Golden Brown. HEX triplet: A6, 71 and 01. RGB value is (166,113,1). Sum of RGB (Red+Green+Blue) = 166+113+1=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A67101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67101 is #598EFE. Grayscale: #747474. Windows color (decimal): -5869311 or 94630. OLE color: 94630.

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

Color convert

RGB 166 113 1 -
CMYK 0 0.32 0.99 0.35
HSL 40.73º 0.99% 0.33% -
HSV(B) 40.73º 0.99% 0.65% -
XYZ 21.64 19.92 2.73 -
YUV 116.08 63.06 163.61 -
System Red Green Blue C M Y K H S L
Decimal 166 113 1 0 0.32 0.99 0.35 40.73 0.99 0.33
Hex A6 71 1 0 20 63 23 29 63 21
Octal 246 161 1 0 40 143 43 51 143 41
Binary 10100110 1110001 1 0 100000 1100011 100011 101001 1100011 100001

Color Harmonies of #A67101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67101

Black with #A67101

Text Example


Text Example

White with #A67101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67101; }

 p { color: rgb(166,113,1); }

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

background-color css

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

 a { background-color: rgb(166,113,1); }

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

border-color css

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

 span { border-color: rgb(166,113,1); }

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