Html Css Color HEX #A5640B Golden Brown

📋 copy color: '#A5640B'

red 165 ◦ green 100 ◦ blue 11

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

Shades of Golden Brown #A5640B

Tints of Golden Brown #A5640B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.23%

 BLUE value IS 11 (4.69% from 255) = 3.99%

R = 59.78%
G = 36.23%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5640B (or 0xA5640B) is known color: Golden Brown. HEX triplet: A5, 64 and 0B. RGB value is (165,100,11). Sum of RGB (Red+Green+Blue) = 165+100+11=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A5640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5640B is #5A9BF4. Grayscale: #6D6D6D. Windows color (decimal): -5938165 or 746661. OLE color: 746661.

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

Color convert

RGB 165 100 11 -
CMYK 0 0.39 0.93 0.35
HSL 34.68º 0.88% 0.35% -
HSV(B) 34.68º 0.93% 0.65% -
XYZ 20.13 17.14 2.56 -
YUV 109.29 72.53 167.74 -
System Red Green Blue C M Y K H S L
Decimal 165 100 11 0 0.39 0.93 0.35 34.68 0.88 0.35
Hex A5 64 B 0 27 5D 23 23 58 23
Octal 245 144 13 0 47 135 43 43 130 43
Binary 10100101 1100100 1011 0 100111 1011101 100011 100011 1011000 100011

Color Harmonies of #A5640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5640B

Black with #A5640B

Text Example


Text Example

White with #A5640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5640B; }

 p { color: rgb(165,100,11); }

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

background-color css

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

 a { background-color: rgb(165,100,11); }

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

border-color css

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

 span { border-color: rgb(165,100,11); }

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