Html Css Color HEX #AF671E Mai Tai

📋 copy color: '#AF671E'

red 175 ◦ green 103 ◦ blue 30

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

Shades of Mai Tai #AF671E

Tints of Mai Tai #AF671E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.74%

R = 56.82%
G = 33.44%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF671E (or 0xAF671E) is known color: Mai Tai. HEX triplet: AF, 67 and 1E. RGB value is (175,103,30). Sum of RGB (Red+Green+Blue) = 175+103+30=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF671E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF671E is #5098E1. Grayscale: #747474. Windows color (decimal): -5282018 or 1992623. OLE color: 1992623.

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

Color convert

RGB 175 103 30 -
CMYK 0 0.41 0.83 0.31
HSL 30.21º 0.71% 0.4% -
HSV(B) 30.21º 0.83% 0.69% -
XYZ 22.76 18.91 3.68 -
YUV 116.21 79.35 169.94 -
System Red Green Blue C M Y K H S L
Decimal 175 103 30 0 0.41 0.83 0.31 30.21 0.71 0.4
Hex AF 67 1E 0 29 53 1F 1E 47 28
Octal 257 147 36 0 51 123 37 36 107 50
Binary 10101111 1100111 11110 0 101001 1010011 11111 11110 1000111 101000

Color Harmonies of #AF671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF671E

Black with #AF671E

Text Example


Text Example

White with #AF671E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF671E; }

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

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

background-color css

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

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

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

border-color css

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

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

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