Html Css Color HEX #AF651D Mai Tai

📋 copy color: '#AF651D'

red 175 ◦ green 101 ◦ blue 29

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

Shades of Mai Tai #AF651D

Tints of Mai Tai #AF651D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

 BLUE value IS 29 (11.72% from 255) = 9.51%

R = 57.38%
G = 33.11%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF651D (or 0xAF651D) is known color: Mai Tai. HEX triplet: AF, 65 and 1D. RGB value is (175,101,29). Sum of RGB (Red+Green+Blue) = 175+101+29=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF651D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF651D is #509AE2. Grayscale: #737373. Windows color (decimal): -5282531 or 1926575. OLE color: 1926575.

HSL color Cylindrical-coordinate representation of color #AF651D: hue angle of 29.59º degrees, saturation: 0.72, 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 #AF651D is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 101 29 -
CMYK 0 0.42 0.83 0.31
HSL 29.59º 0.72% 0.4% -
HSV(B) 29.59º 0.83% 0.69% -
XYZ 22.55 18.51 3.55 -
YUV 114.92 79.52 170.85 -
System Red Green Blue C M Y K H S L
Decimal 175 101 29 0 0.42 0.83 0.31 29.59 0.72 0.4
Hex AF 65 1D 0 2A 53 1F 1E 48 28
Octal 257 145 35 0 52 123 37 36 110 50
Binary 10101111 1100101 11101 0 101010 1010011 11111 11110 1001000 101000

Color Harmonies of #AF651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF651D

Black with #AF651D

Text Example


Text Example

White with #AF651D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF651D; }

 p { color: rgb(175,101,29); }

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

background-color css

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

 a { background-color: rgb(175,101,29); }

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

border-color css

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

 span { border-color: rgb(175,101,29); }

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