Html Css Color HEX #A5691A Golden Brown

📋 copy color: '#A5691A'

red 165 ◦ green 105 ◦ blue 26

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

Shades of Golden Brown #A5691A

Tints of Golden Brown #A5691A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.78%

R = 55.74%
G = 35.47%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5691A (or 0xA5691A) is known color: Golden Brown. HEX triplet: A5, 69 and 1A. RGB value is (165,105,26). Sum of RGB (Red+Green+Blue) = 165+105+26=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A5691A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5691A is #5A96E5. Grayscale: #727272. Windows color (decimal): -5936870 or 1730981. OLE color: 1730981.

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

Color convert

RGB 165 105 26 -
CMYK 0 0.36 0.84 0.35
HSL 34.1º 0.73% 0.37% -
HSV(B) 34.1º 0.84% 0.65% -
XYZ 20.76 18.18 3.39 -
YUV 113.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 165 105 26 0 0.36 0.84 0.35 34.1 0.73 0.37
Hex A5 69 1A 0 24 54 23 22 49 25
Octal 245 151 32 0 44 124 43 42 111 45
Binary 10100101 1101001 11010 0 100100 1010100 100011 100010 1001001 100101

Color Harmonies of #A5691A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5691A

Black with #A5691A

Text Example


Text Example

White with #A5691A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5691A; }

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

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

background-color css

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

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

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

border-color css

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

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

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