Html Css Color HEX #AF4608 Rust

📋 copy color: '#AF4608'

red 175 ◦ green 70 ◦ blue 8

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

Shades of Rust #AF4608

Tints of Rust #AF4608

RGB

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

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

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

R = 69.17%
G = 27.67%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF4608 (or 0xAF4608) is known color: Rust. HEX triplet: AF, 46 and 08. RGB value is (175,70,8). Sum of RGB (Red+Green+Blue) = 175+70+8=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4608 is #50B9F7. Grayscale: #5E5E5E. Windows color (decimal): -5290488 or 542383. OLE color: 542383.

HSL color Cylindrical-coordinate representation of color #AF4608: hue angle of 22.28º 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 #AF4608 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 70 8 -
CMYK 0 0.60 0.95 0.31
HSL 22.28º 0.91% 0.36% -
HSV(B) 22.28º 0.95% 0.69% -
XYZ 19.91 13.51 1.79 -
YUV 94.33 79.29 185.54 -
System Red Green Blue C M Y K H S L
Decimal 175 70 8 0 0.60 0.95 0.31 22.28 0.91 0.36
Hex AF 46 8 0 3C 5F 1F 16 5B 24
Octal 257 106 10 0 74 137 37 26 133 44
Binary 10101111 1000110 1000 0 111100 1011111 11111 10110 1011011 100100

Color Harmonies of #AF4608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4608

Black with #AF4608

Text Example


Text Example

White with #AF4608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4608; }

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

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

background-color css

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

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

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

border-color css

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

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

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