Html Css Color HEX #A24808 Rust

📋 copy color: '#A24808'

red 162 ◦ green 72 ◦ blue 8

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

Shades of Rust #A24808

Tints of Rust #A24808

RGB

 RED value IS 162 (63.67% from 255) = 66.94%

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

 BLUE value IS 8 (3.52% from 255) = 3.31%

R = 66.94%
G = 29.75%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A24808 (or 0xA24808) is known color: Rust. HEX triplet: A2, 48 and 08. RGB value is (162,72,8). Sum of RGB (Red+Green+Blue) = 162+72+8=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A24808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24808 is #5DB7F7. Grayscale: #5B5B5B. Windows color (decimal): -6141944 or 542882. OLE color: 542882.

HSL color Cylindrical-coordinate representation of color #A24808: hue angle of 24.94º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A24808 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 72 8 -
CMYK 0 0.56 0.95 0.36
HSL 24.94º 0.91% 0.33% -
HSV(B) 24.94º 0.95% 0.64% -
XYZ 17.26 12.33 1.7 -
YUV 91.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 162 72 8 0 0.56 0.95 0.36 24.94 0.91 0.33
Hex A2 48 8 0 38 5F 24 19 5B 21
Octal 242 110 10 0 70 137 44 31 133 41
Binary 10100010 1001000 1000 0 111000 1011111 100100 11001 1011011 100001

Color Harmonies of #A24808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24808

Black with #A24808

Text Example


Text Example

White with #A24808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24808; }

 p { color: rgb(162,72,8); }

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

background-color css

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

 a { background-color: rgb(162,72,8); }

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

border-color css

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

 span { border-color: rgb(162,72,8); }

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