Html Css Color HEX #A65800 Golden Brown

📋 copy color: '#A65800'

red 166 ◦ green 88 ◦ blue 0

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

Shades of Golden Brown #A65800

Tints of Golden Brown #A65800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.65%

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

R = 65.35%
G = 34.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A65800 (or 0xA65800) is known color: Golden Brown. HEX triplet: A6, 58 and 00. RGB value is (166,88,0). Sum of RGB (Red+Green+Blue) = 166+88+0=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A65800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65800 is #59A7FF. Grayscale: #656565. Windows color (decimal): -5875712 or 22694. OLE color: 22694.

HSL color Cylindrical-coordinate representation of color #A65800: hue angle of 31.81º 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 #A65800 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 88 0 -
CMYK 0 0.47 1 0.35
HSL 31.81º 1% 0.33% -
HSV(B) 31.81º 1% 0.65% -
XYZ 19.22 15.09 1.9 -
YUV 101.29 70.84 174.16 -
System Red Green Blue C M Y K H S L
Decimal 166 88 0 0 0.47 1 0.35 31.81 1 0.33
Hex A6 58 0 0 2F 64 23 20 64 21
Octal 246 130 0 0 57 144 43 40 144 41
Binary 10100110 1011000 0 0 101111 1100100 100011 100000 1100100 100001

Color Harmonies of #A65800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65800

Black with #A65800

Text Example


Text Example

White with #A65800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65800; }

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

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

background-color css

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

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

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

border-color css

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

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

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