Html Css Color HEX #A5661F Golden Brown

📋 copy color: '#A5661F'

red 165 ◦ green 102 ◦ blue 31

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

Shades of Golden Brown #A5661F

Tints of Golden Brown #A5661F

RGB

 RED value IS 165 (64.84% from 255) = 55.37%

 GREEN value IS 102 (40.23% from 255) = 34.23%

 BLUE value IS 31 (12.5% from 255) = 10.4%

R = 55.37%
G = 34.23%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5661F (or 0xA5661F) is known color: Golden Brown. HEX triplet: A5, 66 and 1F. RGB value is (165,102,31). Sum of RGB (Red+Green+Blue) = 165+102+31=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A5661F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5661F is #5A99E0. Grayscale: #717171. Windows color (decimal): -5937633 or 2057893. OLE color: 2057893.

HSL color Cylindrical-coordinate representation of color #A5661F: hue angle of 31.79º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5661F is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 102 31 -
CMYK 0 0.38 0.81 0.35
HSL 31.79º 0.68% 0.38% -
HSV(B) 31.79º 0.81% 0.65% -
XYZ 20.52 17.6 3.61 -
YUV 112.74 81.87 165.27 -
System Red Green Blue C M Y K H S L
Decimal 165 102 31 0 0.38 0.81 0.35 31.79 0.68 0.38
Hex A5 66 1F 0 26 51 23 20 44 26
Octal 245 146 37 0 46 121 43 40 104 46
Binary 10100101 1100110 11111 0 100110 1010001 100011 100000 1000100 100110

Color Harmonies of #A5661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5661F

Black with #A5661F

Text Example


Text Example

White with #A5661F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5661F; }

 p { color: rgb(165,102,31); }

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

background-color css

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

 a { background-color: rgb(165,102,31); }

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

border-color css

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

 span { border-color: rgb(165,102,31); }

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