Html Css Color HEX #AF4908 Rust

📋 copy color: '#AF4908'

red 175 ◦ green 73 ◦ blue 8

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

Shades of Rust #AF4908

Tints of Rust #AF4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

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

R = 68.36%
G = 28.52%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF4908 (or 0xAF4908) is known color: Rust. HEX triplet: AF, 49 and 08. RGB value is (175,73,8). Sum of RGB (Red+Green+Blue) = 175+73+8=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4908 is #50B6F7. Grayscale: #606060. Windows color (decimal): -5289720 or 543151. OLE color: 543151.

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

Color convert

RGB 175 73 8 -
CMYK 0 0.58 0.95 0.31
HSL 23.35º 0.91% 0.36% -
HSV(B) 23.35º 0.95% 0.69% -
XYZ 20.11 13.9 1.85 -
YUV 96.09 78.29 184.29 -
System Red Green Blue C M Y K H S L
Decimal 175 73 8 0 0.58 0.95 0.31 23.35 0.91 0.36
Hex AF 49 8 0 3A 5F 1F 17 5B 24
Octal 257 111 10 0 72 137 37 27 133 44
Binary 10101111 1001001 1000 0 111010 1011111 11111 10111 1011011 100100

Color Harmonies of #AF4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4908

Black with #AF4908

Text Example


Text Example

White with #AF4908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4908; }

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

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

background-color css

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

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

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

border-color css

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

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

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