Html Css Color HEX #AF5A03 Tenne (Tawny)

📋 copy color: '#AF5A03'

red 175 ◦ green 90 ◦ blue 3

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

Shades of Tenne (Tawny) #AF5A03

Tints of Tenne (Tawny) #AF5A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 65.3%
G = 33.58%
B = 1.12%

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

#AF5A03 (or 0xAF5A03) is known color: Tenne (Tawny). HEX triplet: AF, 5A and 03. RGB value is (175,90,3). Sum of RGB (Red+Green+Blue) = 175+90+3=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5A03 is #50A5FC. Grayscale: #696969. Windows color (decimal): -5285373 or 219823. OLE color: 219823.

HSL color Cylindrical-coordinate representation of color #AF5A03: hue angle of 30.35º degrees, saturation: 0.97, 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 #AF5A03 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 90 3 -
CMYK 0 0.49 0.98 0.31
HSL 30.35º 0.97% 0.35% -
HSV(B) 30.35º 0.98% 0.69% -
XYZ 21.35 16.43 2.13 -
YUV 105.5 70.16 177.57 -
System Red Green Blue C M Y K H S L
Decimal 175 90 3 0 0.49 0.98 0.31 30.35 0.97 0.35
Hex AF 5A 3 0 31 62 1F 1E 61 23
Octal 257 132 3 0 61 142 37 36 141 43
Binary 10101111 1011010 11 0 110001 1100010 11111 11110 1100001 100011

Color Harmonies of #AF5A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A03

Black with #AF5A03

Text Example


Text Example

White with #AF5A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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