Html Css Color HEX #AF6C6A Coral Tree

📋 copy color: '#AF6C6A'

red 175 ◦ green 108 ◦ blue 106

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

Shades of Coral Tree #AF6C6A

Tints of Coral Tree #AF6C6A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.76%

 BLUE value IS 106 (41.8% from 255) = 27.25%

R = 44.99%
G = 27.76%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF6C6A (or 0xAF6C6A) is known color: Coral Tree. HEX triplet: AF, 6C and 6A. RGB value is (175,108,106). Sum of RGB (Red+Green+Blue) = 175+108+106=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C6A is #509395. Grayscale: #7F7F7F. Windows color (decimal): -5280662 or 6974639. OLE color: 6974639.

HSL color Cylindrical-coordinate representation of color #AF6C6A: hue angle of 1.74º 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 #AF6C6A is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 108 106 -
CMYK 0 0.38 0.39 0.31
HSL 1.74º 0.3% 0.55% -
HSV(B) 1.74º 0.39% 0.69% -
XYZ 25.64 20.88 16.31 -
YUV 127.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 175 108 106 0 0.38 0.39 0.31 1.74 0.3 0.55
Hex AF 6C 6A 0 26 27 1F 2 1E 37
Octal 257 154 152 0 46 47 37 2 36 67
Binary 10101111 1101100 1101010 0 100110 100111 11111 10 11110 110111

Color Harmonies of #AF6C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C6A

Black with #AF6C6A

Text Example


Text Example

White with #AF6C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C6A; }

 p { color: rgb(175,108,106); }

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

background-color css

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

 a { background-color: rgb(175,108,106); }

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

border-color css

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

 span { border-color: rgb(175,108,106); }

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