Html Css Color HEX #A65700 Golden Brown

📋 copy color: '#A65700'

red 166 ◦ green 87 ◦ blue 0

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

Shades of Golden Brown #A65700

Tints of Golden Brown #A65700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.61%
G = 34.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A65700 (or 0xA65700) is known color: Golden Brown. HEX triplet: A6, 57 and 00. RGB value is (166,87,0). Sum of RGB (Red+Green+Blue) = 166+87+0=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A65700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65700 is #59A8FF. Grayscale: #656565. Windows color (decimal): -5875968 or 22438. OLE color: 22438.

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

Color convert

RGB 166 87 0 -
CMYK 0 0.48 1 0.35
HSL 31.45º 1% 0.33% -
HSV(B) 31.45º 1% 0.65% -
XYZ 19.13 14.92 1.87 -
YUV 100.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 166 87 0 0 0.48 1 0.35 31.45 1 0.33
Hex A6 57 0 0 30 64 23 1F 64 21
Octal 246 127 0 0 60 144 43 37 144 41
Binary 10100110 1010111 0 0 110000 1100100 100011 11111 1100100 100001

Color Harmonies of #A65700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65700

Black with #A65700

Text Example


Text Example

White with #A65700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65700; }

 p { color: rgb(166,87,0); }

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

background-color css

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

 a { background-color: rgb(166,87,0); }

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

border-color css

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

 span { border-color: rgb(166,87,0); }

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