Html Css Color HEX #A65403 Golden Brown

📋 copy color: '#A65403'

red 166 ◦ green 84 ◦ blue 3

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

Shades of Golden Brown #A65403

Tints of Golden Brown #A65403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

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

R = 65.61%
G = 33.2%
B = 1.19%

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

#A65403 (or 0xA65403) is known color: Golden Brown. HEX triplet: A6, 54 and 03. RGB value is (166,84,3). Sum of RGB (Red+Green+Blue) = 166+84+3=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A65403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65403 is #59ABFC. Grayscale: #636363. Windows color (decimal): -5876733 or 218278. OLE color: 218278.

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

Color convert

RGB 166 84 3 -
CMYK 0 0.49 0.98 0.35
HSL 29.82º 0.96% 0.33% -
HSV(B) 29.82º 0.98% 0.65% -
XYZ 18.91 14.45 1.88 -
YUV 99.28 73.67 175.59 -
System Red Green Blue C M Y K H S L
Decimal 166 84 3 0 0.49 0.98 0.35 29.82 0.96 0.33
Hex A6 54 3 0 31 62 23 1E 60 21
Octal 246 124 3 0 61 142 43 36 140 41
Binary 10100110 1010100 11 0 110001 1100010 100011 11110 1100000 100001

Color Harmonies of #A65403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65403

Black with #A65403

Text Example


Text Example

White with #A65403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65403; }

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

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

background-color css

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

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

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

border-color css

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

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

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