Html Css Color HEX #A65304 Golden Brown

📋 copy color: '#A65304'

red 166 ◦ green 83 ◦ blue 4

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

Shades of Golden Brown #A65304

Tints of Golden Brown #A65304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

 BLUE value IS 4 (1.95% from 255) = 1.58%

R = 65.61%
G = 32.81%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A65304 (or 0xA65304) is known color: Golden Brown. HEX triplet: A6, 53 and 04. RGB value is (166,83,4). Sum of RGB (Red+Green+Blue) = 166+83+4=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A65304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65304 is #59ACFB. Grayscale: #636363. Windows color (decimal): -5876988 or 283558. OLE color: 283558.

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

Color convert

RGB 166 83 4 -
CMYK 0 0.50 0.98 0.35
HSL 29.26º 0.95% 0.33% -
HSV(B) 29.26º 0.98% 0.65% -
XYZ 18.84 14.3 1.88 -
YUV 98.81 74.5 175.92 -
System Red Green Blue C M Y K H S L
Decimal 166 83 4 0 0.50 0.98 0.35 29.26 0.95 0.33
Hex A6 53 4 0 32 62 23 1D 5F 21
Octal 246 123 4 0 62 142 43 35 137 41
Binary 10100110 1010011 100 0 110010 1100010 100011 11101 1011111 100001

Color Harmonies of #A65304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65304

Black with #A65304

Text Example


Text Example

White with #A65304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65304; }

 p { color: rgb(166,83,4); }

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

background-color css

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

 a { background-color: rgb(166,83,4); }

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

border-color css

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

 span { border-color: rgb(166,83,4); }

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