Html Css Color HEX #AF4E00 Rust

📋 copy color: '#AF4E00'

red 175 ◦ green 78 ◦ blue 0

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

Shades of Rust #AF4E00

Tints of Rust #AF4E00

RGB

 RED value IS 175 (68.75% from 255) = 69.17%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.17%
G = 30.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF4E00 (or 0xAF4E00) is known color: Rust. HEX triplet: AF, 4E and 00. RGB value is (175,78,0). Sum of RGB (Red+Green+Blue) = 175+78+0=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E00 is #50B1FF. Grayscale: #626262. Windows color (decimal): -5288448 or 20143. OLE color: 20143.

HSL color Cylindrical-coordinate representation of color #AF4E00: hue angle of 26.74º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF4E00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 78 0 -
CMYK 0 0.55 1 0.31
HSL 26.74º 1% 0.34% -
HSV(B) 26.74º 1% 0.69% -
XYZ 20.4 14.56 1.74 -
YUV 98.11 72.64 182.84 -
System Red Green Blue C M Y K H S L
Decimal 175 78 0 0 0.55 1 0.31 26.74 1 0.34
Hex AF 4E 0 0 37 64 1F 1B 64 22
Octal 257 116 0 0 67 144 37 33 144 42
Binary 10101111 1001110 0 0 110111 1100100 11111 11011 1100100 100010

Color Harmonies of #AF4E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E00

Black with #AF4E00

Text Example


Text Example

White with #AF4E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E00; }

 p { color: rgb(175,78,0); }

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

background-color css

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

 a { background-color: rgb(175,78,0); }

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

border-color css

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

 span { border-color: rgb(175,78,0); }

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