Html Css Color HEX #AF5C00 Tenne (Tawny)

📋 copy color: '#AF5C00'

red 175 ◦ green 92 ◦ blue 0

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

Shades of Tenne (Tawny) #AF5C00

Tints of Tenne (Tawny) #AF5C00

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.46%

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

R = 65.54%
G = 34.46%
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

#AF5C00 (or 0xAF5C00) is known color: Tenne (Tawny). HEX triplet: AF, 5C and 00. RGB value is (175,92,0). Sum of RGB (Red+Green+Blue) = 175+92+0=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5C00 is #50A3FF. Grayscale: #6A6A6A. Windows color (decimal): -5284864 or 23727. OLE color: 23727.

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

Color convert

RGB 175 92 0 -
CMYK 0 0.47 1 0.31
HSL 31.54º 1% 0.34% -
HSV(B) 31.54º 1% 0.69% -
XYZ 21.51 16.77 2.1 -
YUV 106.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 175 92 0 0 0.47 1 0.31 31.54 1 0.34
Hex AF 5C 0 0 2F 64 1F 20 64 22
Octal 257 134 0 0 57 144 37 40 144 42
Binary 10101111 1011100 0 0 101111 1100100 11111 100000 1100100 100010

Color Harmonies of #AF5C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C00

Black with #AF5C00

Text Example


Text Example

White with #AF5C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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