Html Css Color HEX #AF671F Mai Tai

📋 copy color: '#AF671F'

red 175 ◦ green 103 ◦ blue 31

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

Shades of Mai Tai #AF671F

Tints of Mai Tai #AF671F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.33%

 BLUE value IS 31 (12.5% from 255) = 10.03%

R = 56.63%
G = 33.33%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF671F (or 0xAF671F) is known color: Mai Tai. HEX triplet: AF, 67 and 1F. RGB value is (175,103,31). Sum of RGB (Red+Green+Blue) = 175+103+31=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF671F is #5098E0. Grayscale: #747474. Windows color (decimal): -5282017 or 2058159. OLE color: 2058159.

HSL color Cylindrical-coordinate representation of color #AF671F: hue angle of 30º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF671F is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 103 31 -
CMYK 0 0.41 0.82 0.31
HSL 30º 0.7% 0.4% -
HSV(B) 30º 0.82% 0.69% -
XYZ 22.78 18.91 3.75 -
YUV 116.32 79.85 169.85 -
System Red Green Blue C M Y K H S L
Decimal 175 103 31 0 0.41 0.82 0.31 30 0.7 0.4
Hex AF 67 1F 0 29 52 1F 1E 46 28
Octal 257 147 37 0 51 122 37 36 106 50
Binary 10101111 1100111 11111 0 101001 1010010 11111 11110 1000110 101000

Color Harmonies of #AF671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF671F

Black with #AF671F

Text Example


Text Example

White with #AF671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF671F; }

 p { color: rgb(175,103,31); }

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

background-color css

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

 a { background-color: rgb(175,103,31); }

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

border-color css

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

 span { border-color: rgb(175,103,31); }

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