Html Css Color HEX #A52706 Rust

📋 copy color: '#A52706'

red 165 ◦ green 39 ◦ blue 6

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

Shades of Rust #A52706

Tints of Rust #A52706

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.57%

 BLUE value IS 6 (2.73% from 255) = 2.86%

R = 78.57%
G = 18.57%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A52706 (or 0xA52706) is known color: Rust. HEX triplet: A5, 27 and 06. RGB value is (165,39,6). Sum of RGB (Red+Green+Blue) = 165+39+6=210 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.57% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 165 - color contains mainly: red. Hex color #A52706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52706 is #5AD8F9. Grayscale: #494949. Windows color (decimal): -5953786 or 403365. OLE color: 403365.

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

Color convert

RGB 165 39 6 -
CMYK 0 0.76 0.96 0.35
HSL 12.45º 0.93% 0.34% -
HSV(B) 12.45º 0.96% 0.65% -
XYZ 16.28 9.46 1.14 -
YUV 72.91 90.24 193.68 -
System Red Green Blue C M Y K H S L
Decimal 165 39 6 0 0.76 0.96 0.35 12.45 0.93 0.34
Hex A5 27 6 0 4C 60 23 C 5D 22
Octal 245 47 6 0 114 140 43 14 135 42
Binary 10100101 100111 110 0 1001100 1100000 100011 1100 1011101 100010

Color Harmonies of #A52706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52706

Black with #A52706

Text Example


Text Example

White with #A52706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52706; }

 p { color: rgb(165,39,6); }

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

background-color css

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

 a { background-color: rgb(165,39,6); }

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

border-color css

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

 span { border-color: rgb(165,39,6); }

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