Html Css Color HEX #AF5D00 Tenne (Tawny)

📋 copy color: '#AF5D00'

red 175 ◦ green 93 ◦ blue 0

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

Shades of Tenne (Tawny) #AF5D00

Tints of Tenne (Tawny) #AF5D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.3%
G = 34.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF5D00 (or 0xAF5D00) is known color: Tenne (Tawny). HEX triplet: AF, 5D and 00. RGB value is (175,93,0). Sum of RGB (Red+Green+Blue) = 175+93+0=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5D00 is #50A2FF. Grayscale: #6B6B6B. Windows color (decimal): -5284608 or 23983. OLE color: 23983.

HSL color Cylindrical-coordinate representation of color #AF5D00: hue angle of 31.89º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF5D00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 93 0 -
CMYK 0 0.47 1 0.31
HSL 31.89º 1% 0.34% -
HSV(B) 31.89º 1% 0.69% -
XYZ 21.59 16.94 2.13 -
YUV 106.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 175 93 0 0 0.47 1 0.31 31.89 1 0.34
Hex AF 5D 0 0 2F 64 1F 20 64 22
Octal 257 135 0 0 57 144 37 40 144 42
Binary 10101111 1011101 0 0 101111 1100100 11111 100000 1100100 100010

Color Harmonies of #AF5D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D00

Black with #AF5D00

Text Example


Text Example

White with #AF5D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D00; }

 p { color: rgb(175,93,0); }

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

background-color css

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

 a { background-color: rgb(175,93,0); }

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

border-color css

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

 span { border-color: rgb(175,93,0); }

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