Html Css Color HEX #A65C18 Golden Brown

📋 copy color: '#A65C18'

red 166 ◦ green 92 ◦ blue 24

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

Shades of Golden Brown #A65C18

Tints of Golden Brown #A65C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.62%

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 58.87%
G = 32.62%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A65C18 (or 0xA65C18) is known color: Golden Brown. HEX triplet: A6, 5C and 18. RGB value is (166,92,24). Sum of RGB (Red+Green+Blue) = 166+92+24=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65C18 is #59A3E7. Grayscale: #6A6A6A. Windows color (decimal): -5874664 or 1596582. OLE color: 1596582.

HSL color Cylindrical-coordinate representation of color #A65C18: hue angle of 28.73º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A65C18 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 92 24 -
CMYK 0 0.45 0.86 0.35
HSL 28.73º 0.75% 0.37% -
HSV(B) 28.73º 0.86% 0.65% -
XYZ 19.72 15.83 2.88 -
YUV 106.37 81.52 170.53 -
System Red Green Blue C M Y K H S L
Decimal 166 92 24 0 0.45 0.86 0.35 28.73 0.75 0.37
Hex A6 5C 18 0 2D 56 23 1D 4B 25
Octal 246 134 30 0 55 126 43 35 113 45
Binary 10100110 1011100 11000 0 101101 1010110 100011 11101 1001011 100101

Color Harmonies of #A65C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C18

Black with #A65C18

Text Example


Text Example

White with #A65C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C18; }

 p { color: rgb(166,92,24); }

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

background-color css

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

 a { background-color: rgb(166,92,24); }

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

border-color css

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

 span { border-color: rgb(166,92,24); }

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