Html Css Color HEX #A74E07 Rust

📋 copy color: '#A74E07'

red 167 ◦ green 78 ◦ blue 7

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

Shades of Rust #A74E07

Tints of Rust #A74E07

RGB

 RED value IS 167 (65.63% from 255) = 66.27%

 GREEN value IS 78 (30.86% from 255) = 30.95%

 BLUE value IS 7 (3.13% from 255) = 2.78%

R = 66.27%
G = 30.95%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A74E07 (or 0xA74E07) is known color: Rust. HEX triplet: A7, 4E and 07. RGB value is (167,78,7). Sum of RGB (Red+Green+Blue) = 167+78+7=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74E07 is #58B1F8. Grayscale: #606060. Windows color (decimal): -5812729 or 478887. OLE color: 478887.

HSL color Cylindrical-coordinate representation of color #A74E07: hue angle of 26.62º degrees, saturation: 0.92, 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 #A74E07 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 78 7 -
CMYK 0 0.53 0.96 0.35
HSL 26.63º 0.92% 0.34% -
HSV(B) 26.63º 0.96% 0.65% -
XYZ 18.7 13.68 1.86 -
YUV 96.52 77.49 178.27 -
System Red Green Blue C M Y K H S L
Decimal 167 78 7 0 0.53 0.96 0.35 26.63 0.92 0.34
Hex A7 4E 7 0 35 60 23 1B 5C 22
Octal 247 116 7 0 65 140 43 33 134 42
Binary 10100111 1001110 111 0 110101 1100000 100011 11011 1011100 100010

Color Harmonies of #A74E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74E07

Black with #A74E07

Text Example


Text Example

White with #A74E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74E07; }

 p { color: rgb(167,78,7); }

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

background-color css

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

 a { background-color: rgb(167,78,7); }

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

border-color css

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

 span { border-color: rgb(167,78,7); }

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