Html Css Color HEX #AF756C Coral Tree

📋 copy color: '#AF756C'

red 175 ◦ green 117 ◦ blue 108

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

Shades of Coral Tree #AF756C

Tints of Coral Tree #AF756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.25%

 BLUE value IS 108 (42.58% from 255) = 27%

R = 43.75%
G = 29.25%
B = 27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF756C (or 0xAF756C) is known color: Coral Tree. HEX triplet: AF, 75 and 6C. RGB value is (175,117,108). Sum of RGB (Red+Green+Blue) = 175+117+108=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF756C is #508A93. Grayscale: #858585. Windows color (decimal): -5278356 or 7108015. OLE color: 7108015.

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

Color convert

RGB 175 117 108 -
CMYK 0 0.33 0.38 0.31
HSL 8.06º 0.3% 0.55% -
HSV(B) 8.06º 0.38% 0.69% -
XYZ 26.75 22.92 17.2 -
YUV 133.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 175 117 108 0 0.33 0.38 0.31 8.06 0.3 0.55
Hex AF 75 6C 0 21 26 1F 8 1E 37
Octal 257 165 154 0 41 46 37 10 36 67
Binary 10101111 1110101 1101100 0 100001 100110 11111 1000 11110 110111

Color Harmonies of #AF756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF756C

Black with #AF756C

Text Example


Text Example

White with #AF756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF756C; }

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

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

background-color css

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

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

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

border-color css

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

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

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