Html Css Color HEX #A65503 Golden Brown

📋 copy color: '#A65503'

red 166 ◦ green 85 ◦ blue 3

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

Shades of Golden Brown #A65503

Tints of Golden Brown #A65503

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.46%

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

R = 65.35%
G = 33.46%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A65503 (or 0xA65503) is known color: Golden Brown. HEX triplet: A6, 55 and 03. RGB value is (166,85,3). Sum of RGB (Red+Green+Blue) = 166+85+3=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A65503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65503 is #59AAFC. Grayscale: #646464. Windows color (decimal): -5876477 or 218534. OLE color: 218534.

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

Color convert

RGB 166 85 3 -
CMYK 0 0.49 0.98 0.35
HSL 30.18º 0.96% 0.33% -
HSV(B) 30.18º 0.98% 0.65% -
XYZ 18.99 14.61 1.91 -
YUV 99.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 166 85 3 0 0.49 0.98 0.35 30.18 0.96 0.33
Hex A6 55 3 0 31 62 23 1E 60 21
Octal 246 125 3 0 61 142 43 36 140 41
Binary 10100110 1010101 11 0 110001 1100010 100011 11110 1100000 100001

Color Harmonies of #A65503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65503

Black with #A65503

Text Example


Text Example

White with #A65503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65503; }

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

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

background-color css

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

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

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

border-color css

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

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

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