Html Css Color HEX #AF5A04 Tenne (Tawny)

📋 copy color: '#AF5A04'

red 175 ◦ green 90 ◦ blue 4

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

Shades of Tenne (Tawny) #AF5A04

Tints of Tenne (Tawny) #AF5A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.46%

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 65.06%
G = 33.46%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF5A04 (or 0xAF5A04) is known color: Tenne (Tawny). HEX triplet: AF, 5A and 04. RGB value is (175,90,4). Sum of RGB (Red+Green+Blue) = 175+90+4=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5A04 is #50A5FB. Grayscale: #6A6A6A. Windows color (decimal): -5285372 or 285359. OLE color: 285359.

HSL color Cylindrical-coordinate representation of color #AF5A04: hue angle of 30.18º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF5A04 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 90 4 -
CMYK 0 0.49 0.98 0.31
HSL 30.18º 0.96% 0.35% -
HSV(B) 30.18º 0.98% 0.69% -
XYZ 21.36 16.44 2.16 -
YUV 105.61 70.66 177.49 -
System Red Green Blue C M Y K H S L
Decimal 175 90 4 0 0.49 0.98 0.31 30.18 0.96 0.35
Hex AF 5A 4 0 31 62 1F 1E 60 23
Octal 257 132 4 0 61 142 37 36 140 43
Binary 10101111 1011010 100 0 110001 1100010 11111 11110 1100000 100011

Color Harmonies of #AF5A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A04

Black with #AF5A04

Text Example


Text Example

White with #AF5A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A04; }

 p { color: rgb(175,90,4); }

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

background-color css

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

 a { background-color: rgb(175,90,4); }

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

border-color css

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

 span { border-color: rgb(175,90,4); }

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