Html Css Color HEX #AF746B Coral Tree

📋 copy color: '#AF746B'

red 175 ◦ green 116 ◦ blue 107

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

Shades of Coral Tree #AF746B

Tints of Coral Tree #AF746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.15%

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

R = 43.97%
G = 29.15%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF746B (or 0xAF746B) is known color: Coral Tree. HEX triplet: AF, 74 and 6B. RGB value is (175,116,107). Sum of RGB (Red+Green+Blue) = 175+116+107=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF746B is #508B94. Grayscale: #848484. Windows color (decimal): -5278613 or 7042223. OLE color: 7042223.

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

Color convert

RGB 175 116 107 -
CMYK 0 0.34 0.39 0.31
HSL 7.94º 0.3% 0.55% -
HSV(B) 7.94º 0.39% 0.69% -
XYZ 26.58 22.67 16.88 -
YUV 132.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 175 116 107 0 0.34 0.39 0.31 7.94 0.3 0.55
Hex AF 74 6B 0 22 27 1F 8 1E 37
Octal 257 164 153 0 42 47 37 10 36 67
Binary 10101111 1110100 1101011 0 100010 100111 11111 1000 11110 110111

Color Harmonies of #AF746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF746B

Black with #AF746B

Text Example


Text Example

White with #AF746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF746B; }

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

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

background-color css

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

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

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

border-color css

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

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

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