Html Css Color HEX #A74802 Rust

📋 copy color: '#A74802'

red 167 ◦ green 72 ◦ blue 2

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

Shades of Rust #A74802

Tints of Rust #A74802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.88%

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

R = 69.29%
G = 29.88%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A74802 (or 0xA74802) is known color: Rust. HEX triplet: A7, 48 and 02. RGB value is (167,72,2). Sum of RGB (Red+Green+Blue) = 167+72+2=241 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.29% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 167 - color contains mainly: red. Hex color #A74802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74802 is #58B7FD. Grayscale: #5C5C5C. Windows color (decimal): -5814270 or 149671. OLE color: 149671.

HSL color Cylindrical-coordinate representation of color #A74802: hue angle of 25.45º 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 #A74802 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 72 2 -
CMYK 0 0.57 0.99 0.35
HSL 25.45º 0.98% 0.33% -
HSV(B) 25.45º 0.99% 0.65% -
XYZ 18.26 12.85 1.58 -
YUV 92.43 76.97 181.19 -
System Red Green Blue C M Y K H S L
Decimal 167 72 2 0 0.57 0.99 0.35 25.45 0.98 0.33
Hex A7 48 2 0 39 63 23 19 62 21
Octal 247 110 2 0 71 143 43 31 142 41
Binary 10100111 1001000 10 0 111001 1100011 100011 11001 1100010 100001

Color Harmonies of #A74802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74802

Black with #A74802

Text Example


Text Example

White with #A74802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74802; }

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

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

background-color css

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

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

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

border-color css

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

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

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