Html Css Color HEX #AF5108 Rust

📋 copy color: '#AF5108'

red 175 ◦ green 81 ◦ blue 8

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

Shades of Rust #AF5108

Tints of Rust #AF5108

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

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

R = 66.29%
G = 30.68%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF5108 (or 0xAF5108) is known color: Rust. HEX triplet: AF, 51 and 08. RGB value is (175,81,8). Sum of RGB (Red+Green+Blue) = 175+81+8=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5108 is #50AEF7. Grayscale: #656565. Windows color (decimal): -5287672 or 545199. OLE color: 545199.

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

Color convert

RGB 175 81 8 -
CMYK 0 0.54 0.95 0.31
HSL 26.23º 0.91% 0.36% -
HSV(B) 26.23º 0.95% 0.69% -
XYZ 20.67 15.02 2.04 -
YUV 100.78 75.64 180.94 -
System Red Green Blue C M Y K H S L
Decimal 175 81 8 0 0.54 0.95 0.31 26.23 0.91 0.36
Hex AF 51 8 0 36 5F 1F 1A 5B 24
Octal 257 121 10 0 66 137 37 32 133 44
Binary 10101111 1010001 1000 0 110110 1011111 11111 11010 1011011 100100

Color Harmonies of #AF5108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5108

Black with #AF5108

Text Example


Text Example

White with #AF5108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5108; }

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

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

background-color css

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

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

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

border-color css

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

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

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