Html Css Color HEX #AF756B Coral Tree

📋 copy color: '#AF756B'

red 175 ◦ green 117 ◦ blue 107

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

Shades of Coral Tree #AF756B

Tints of Coral Tree #AF756B

RGB

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

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

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

R = 43.86%
G = 29.32%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF756B (or 0xAF756B) is known color: Coral Tree. HEX triplet: AF, 75 and 6B. RGB value is (175,117,107). Sum of RGB (Red+Green+Blue) = 175+117+107=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF756B is #508A94. Grayscale: #858585. Windows color (decimal): -5278357 or 7042479. OLE color: 7042479.

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

Color convert

RGB 175 117 107 -
CMYK 0 0.33 0.39 0.31
HSL 8.82º 0.3% 0.55% -
HSV(B) 8.82º 0.39% 0.69% -
XYZ 26.69 22.9 16.92 -
YUV 133.2 113.22 157.81 -
System Red Green Blue C M Y K H S L
Decimal 175 117 107 0 0.33 0.39 0.31 8.82 0.3 0.55
Hex AF 75 6B 0 21 27 1F 9 1E 37
Octal 257 165 153 0 41 47 37 11 36 67
Binary 10101111 1110101 1101011 0 100001 100111 11111 1001 11110 110111

Color Harmonies of #AF756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF756B

Black with #AF756B

Text Example


Text Example

White with #AF756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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