Html Css Color HEX #AF6F6B Coral Tree

📋 copy color: '#AF6F6B'

red 175 ◦ green 111 ◦ blue 107

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

Shades of Coral Tree #AF6F6B

Tints of Coral Tree #AF6F6B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.24%

 BLUE value IS 107 (42.19% from 255) = 27.23%

R = 44.53%
G = 28.24%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF6F6B (or 0xAF6F6B) is known color: Coral Tree. HEX triplet: AF, 6F and 6B. RGB value is (175,111,107). Sum of RGB (Red+Green+Blue) = 175+111+107=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F6B is #509094. Grayscale: #818181. Windows color (decimal): -5279893 or 7040943. OLE color: 7040943.

HSL color Cylindrical-coordinate representation of color #AF6F6B: hue angle of 3.53º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6F6B is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 111 107 -
CMYK 0 0.37 0.39 0.31
HSL 3.53º 0.3% 0.55% -
HSV(B) 3.53º 0.39% 0.69% -
XYZ 26.02 21.54 16.7 -
YUV 129.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 175 111 107 0 0.37 0.39 0.31 3.53 0.3 0.55
Hex AF 6F 6B 0 25 27 1F 4 1E 37
Octal 257 157 153 0 45 47 37 4 36 67
Binary 10101111 1101111 1101011 0 100101 100111 11111 100 11110 110111

Color Harmonies of #AF6F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F6B

Black with #AF6F6B

Text Example


Text Example

White with #AF6F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F6B; }

 p { color: rgb(175,111,107); }

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

background-color css

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

 a { background-color: rgb(175,111,107); }

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

border-color css

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

 span { border-color: rgb(175,111,107); }

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