Html Css Color HEX #A65F04 Golden Brown

📋 copy color: '#A65F04'

red 166 ◦ green 95 ◦ blue 4

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

Shades of Golden Brown #A65F04

Tints of Golden Brown #A65F04

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.85%

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

R = 62.64%
G = 35.85%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A65F04 (or 0xA65F04) is known color: Golden Brown. HEX triplet: A6, 5F and 04. RGB value is (166,95,4). Sum of RGB (Red+Green+Blue) = 166+95+4=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65F04 is #59A0FB. Grayscale: #6A6A6A. Windows color (decimal): -5873916 or 286630. OLE color: 286630.

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

Color convert

RGB 166 95 4 -
CMYK 0 0.43 0.98 0.35
HSL 33.7º 0.95% 0.33% -
HSV(B) 33.7º 0.98% 0.65% -
XYZ 19.84 16.3 2.22 -
YUV 105.86 70.52 170.9 -
System Red Green Blue C M Y K H S L
Decimal 166 95 4 0 0.43 0.98 0.35 33.7 0.95 0.33
Hex A6 5F 4 0 2B 62 23 22 5F 21
Octal 246 137 4 0 53 142 43 42 137 41
Binary 10100110 1011111 100 0 101011 1100010 100011 100010 1011111 100001

Color Harmonies of #A65F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F04

Black with #A65F04

Text Example


Text Example

White with #A65F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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