Html Css Color HEX #AF530A Rust

📋 copy color: '#AF530A'

red 175 ◦ green 83 ◦ blue 10

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

Shades of Rust #AF530A

Tints of Rust #AF530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 65.3%
G = 30.97%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF530A (or 0xAF530A) is known color: Rust. HEX triplet: AF, 53 and 0A. RGB value is (175,83,10). Sum of RGB (Red+Green+Blue) = 175+83+10=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF530A is #50ACF5. Grayscale: #666666. Windows color (decimal): -5287158 or 676783. OLE color: 676783.

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

Color convert

RGB 175 83 10 -
CMYK 0 0.53 0.94 0.31
HSL 26.55º 0.89% 0.36% -
HSV(B) 26.55º 0.94% 0.69% -
XYZ 20.83 15.32 2.15 -
YUV 102.19 75.98 179.94 -
System Red Green Blue C M Y K H S L
Decimal 175 83 10 0 0.53 0.94 0.31 26.55 0.89 0.36
Hex AF 53 A 0 35 5E 1F 1B 59 24
Octal 257 123 12 0 65 136 37 33 131 44
Binary 10101111 1010011 1010 0 110101 1011110 11111 11011 1011001 100100

Color Harmonies of #AF530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF530A

Black with #AF530A

Text Example


Text Example

White with #AF530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF530A; }

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

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

background-color css

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

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

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

border-color css

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

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

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