Html Css Color HEX #AF6625 Mai Tai

📋 copy color: '#AF6625'

red 175 ◦ green 102 ◦ blue 37

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

Shades of Mai Tai #AF6625

Tints of Mai Tai #AF6625

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.48%

 BLUE value IS 37 (14.84% from 255) = 11.78%

R = 55.73%
G = 32.48%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF6625 (or 0xAF6625) is known color: Mai Tai. HEX triplet: AF, 66 and 25. RGB value is (175,102,37). Sum of RGB (Red+Green+Blue) = 175+102+37=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6625 is #5099DA. Grayscale: #747474. Windows color (decimal): -5282267 or 2451119. OLE color: 2451119.

HSL color Cylindrical-coordinate representation of color #AF6625: hue angle of 28.26º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF6625 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 37 -
CMYK 0 0.42 0.79 0.31
HSL 28.26º 0.65% 0.42% -
HSV(B) 28.26º 0.79% 0.69% -
XYZ 22.76 18.75 4.17 -
YUV 116.42 83.18 169.79 -
System Red Green Blue C M Y K H S L
Decimal 175 102 37 0 0.42 0.79 0.31 28.26 0.65 0.42
Hex AF 66 25 0 2A 4F 1F 1C 41 2A
Octal 257 146 45 0 52 117 37 34 101 52
Binary 10101111 1100110 100101 0 101010 1001111 11111 11100 1000001 101010

Color Harmonies of #AF6625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6625

Black with #AF6625

Text Example


Text Example

White with #AF6625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6625; }

 p { color: rgb(175,102,37); }

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

background-color css

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

 a { background-color: rgb(175,102,37); }

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

border-color css

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

 span { border-color: rgb(175,102,37); }

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