Html Css Color HEX #AF5309 Rust

📋 copy color: '#AF5309'

red 175 ◦ green 83 ◦ blue 9

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

Shades of Rust #AF5309

Tints of Rust #AF5309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.37%

R = 65.54%
G = 31.09%
B = 3.37%

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

#AF5309 (or 0xAF5309) is known color: Rust. HEX triplet: AF, 53 and 09. RGB value is (175,83,9). Sum of RGB (Red+Green+Blue) = 175+83+9=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5309 is #50ACF6. Grayscale: #666666. Windows color (decimal): -5287159 or 611247. OLE color: 611247.

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

Color convert

RGB 175 83 9 -
CMYK 0 0.53 0.95 0.31
HSL 26.75º 0.9% 0.36% -
HSV(B) 26.75º 0.95% 0.69% -
XYZ 20.82 15.32 2.12 -
YUV 102.07 75.48 180.02 -
System Red Green Blue C M Y K H S L
Decimal 175 83 9 0 0.53 0.95 0.31 26.75 0.9 0.36
Hex AF 53 9 0 35 5F 1F 1B 5A 24
Octal 257 123 11 0 65 137 37 33 132 44
Binary 10101111 1010011 1001 0 110101 1011111 11111 11011 1011010 100100

Color Harmonies of #AF5309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5309

Black with #AF5309

Text Example


Text Example

White with #AF5309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5309; }

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

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

background-color css

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

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

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

border-color css

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

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

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