Html Css Color HEX #A74602 Rust

📋 copy color: '#A74602'

red 167 ◦ green 70 ◦ blue 2

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

Shades of Rust #A74602

Tints of Rust #A74602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 69.87%
G = 29.29%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A74602 (or 0xA74602) is known color: Rust. HEX triplet: A7, 46 and 02. RGB value is (167,70,2). Sum of RGB (Red+Green+Blue) = 167+70+2=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A74602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74602 is #58B9FD. Grayscale: #5B5B5B. Windows color (decimal): -5814782 or 149159. OLE color: 149159.

HSL color Cylindrical-coordinate representation of color #A74602: hue angle of 24.73º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A74602 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 70 2 -
CMYK 0 0.58 0.99 0.35
HSL 24.73º 0.98% 0.33% -
HSV(B) 24.73º 0.99% 0.65% -
XYZ 18.14 12.6 1.53 -
YUV 91.25 77.64 182.03 -
System Red Green Blue C M Y K H S L
Decimal 167 70 2 0 0.58 0.99 0.35 24.73 0.98 0.33
Hex A7 46 2 0 3A 63 23 19 62 21
Octal 247 106 2 0 72 143 43 31 142 41
Binary 10100111 1000110 10 0 111010 1100011 100011 11001 1100010 100001

Color Harmonies of #A74602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74602

Black with #A74602

Text Example


Text Example

White with #A74602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74602; }

 p { color: rgb(167,70,2); }

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

background-color css

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

 a { background-color: rgb(167,70,2); }

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

border-color css

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

 span { border-color: rgb(167,70,2); }

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