Html Css Color HEX #A65803 Golden Brown

📋 copy color: '#A65803'

red 166 ◦ green 88 ◦ blue 3

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

Shades of Golden Brown #A65803

Tints of Golden Brown #A65803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 64.59%
G = 34.24%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A65803 (or 0xA65803) is known color: Golden Brown. HEX triplet: A6, 58 and 03. RGB value is (166,88,3). Sum of RGB (Red+Green+Blue) = 166+88+3=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A65803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65803 is #59A7FC. Grayscale: #666666. Windows color (decimal): -5875709 or 219302. OLE color: 219302.

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

Color convert

RGB 166 88 3 -
CMYK 0 0.47 0.98 0.35
HSL 31.29º 0.96% 0.33% -
HSV(B) 31.29º 0.98% 0.65% -
XYZ 19.23 15.09 1.99 -
YUV 101.63 72.34 173.91 -
System Red Green Blue C M Y K H S L
Decimal 166 88 3 0 0.47 0.98 0.35 31.29 0.96 0.33
Hex A6 58 3 0 2F 62 23 1F 60 21
Octal 246 130 3 0 57 142 43 37 140 41
Binary 10100110 1011000 11 0 101111 1100010 100011 11111 1100000 100001

Color Harmonies of #A65803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65803

Black with #A65803

Text Example


Text Example

White with #A65803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65803; }

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

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

background-color css

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

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

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

border-color css

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

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

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