Html Css Color HEX #AF4708 Rust

📋 copy color: '#AF4708'

red 175 ◦ green 71 ◦ blue 8

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

Shades of Rust #AF4708

Tints of Rust #AF4708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

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

R = 68.9%
G = 27.95%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF4708 (or 0xAF4708) is known color: Rust. HEX triplet: AF, 47 and 08. RGB value is (175,71,8). Sum of RGB (Red+Green+Blue) = 175+71+8=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4708 is #50B8F7. Grayscale: #5F5F5F. Windows color (decimal): -5290232 or 542639. OLE color: 542639.

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

Color convert

RGB 175 71 8 -
CMYK 0 0.59 0.95 0.31
HSL 22.63º 0.91% 0.36% -
HSV(B) 22.63º 0.95% 0.69% -
XYZ 19.98 13.64 1.81 -
YUV 94.91 78.96 185.12 -
System Red Green Blue C M Y K H S L
Decimal 175 71 8 0 0.59 0.95 0.31 22.63 0.91 0.36
Hex AF 47 8 0 3B 5F 1F 17 5B 24
Octal 257 107 10 0 73 137 37 27 133 44
Binary 10101111 1000111 1000 0 111011 1011111 11111 10111 1011011 100100

Color Harmonies of #AF4708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4708

Black with #AF4708

Text Example


Text Example

White with #AF4708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4708; }

 p { color: rgb(175,71,8); }

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

background-color css

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

 a { background-color: rgb(175,71,8); }

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

border-color css

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

 span { border-color: rgb(175,71,8); }

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