Html Css Color HEX #A5691F Golden Brown

📋 copy color: '#A5691F'

red 165 ◦ green 105 ◦ blue 31

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

Shades of Golden Brown #A5691F

Tints of Golden Brown #A5691F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.88%

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

R = 54.82%
G = 34.88%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5691F (or 0xA5691F) is known color: Golden Brown. HEX triplet: A5, 69 and 1F. RGB value is (165,105,31). Sum of RGB (Red+Green+Blue) = 165+105+31=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A5691F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5691F is #5A96E0. Grayscale: #727272. Windows color (decimal): -5936865 or 2058661. OLE color: 2058661.

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

Color convert

RGB 165 105 31 -
CMYK 0 0.36 0.81 0.35
HSL 33.13º 0.68% 0.38% -
HSV(B) 33.13º 0.81% 0.65% -
XYZ 20.82 18.2 3.71 -
YUV 114.5 80.88 164.02 -
System Red Green Blue C M Y K H S L
Decimal 165 105 31 0 0.36 0.81 0.35 33.13 0.68 0.38
Hex A5 69 1F 0 24 51 23 21 44 26
Octal 245 151 37 0 44 121 43 41 104 46
Binary 10100101 1101001 11111 0 100100 1010001 100011 100001 1000100 100110

Color Harmonies of #A5691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5691F

Black with #A5691F

Text Example


Text Example

White with #A5691F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5691F; }

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

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

background-color css

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

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

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

border-color css

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

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

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