Html Css Color HEX #AF5308 Rust

📋 copy color: '#AF5308'

red 175 ◦ green 83 ◦ blue 8

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

Shades of Rust #AF5308

Tints of Rust #AF5308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.2%

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

R = 65.79%
G = 31.2%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF5308 (or 0xAF5308) is known color: Rust. HEX triplet: AF, 53 and 08. RGB value is (175,83,8). Sum of RGB (Red+Green+Blue) = 175+83+8=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5308 is #50ACF7. Grayscale: #666666. Windows color (decimal): -5287160 or 545711. OLE color: 545711.

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

Color convert

RGB 175 83 8 -
CMYK 0 0.53 0.95 0.31
HSL 26.95º 0.91% 0.36% -
HSV(B) 26.95º 0.95% 0.69% -
XYZ 20.82 15.32 2.09 -
YUV 101.96 74.98 180.1 -
System Red Green Blue C M Y K H S L
Decimal 175 83 8 0 0.53 0.95 0.31 26.95 0.91 0.36
Hex AF 53 8 0 35 5F 1F 1B 5B 24
Octal 257 123 10 0 65 137 37 33 133 44
Binary 10101111 1010011 1000 0 110101 1011111 11111 11011 1011011 100100

Color Harmonies of #AF5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5308

Black with #AF5308

Text Example


Text Example

White with #AF5308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5308; }

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

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

background-color css

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

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

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

border-color css

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

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

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