Html Css Color HEX #AF7968 Coral Tree

📋 copy color: '#AF7968'

red 175 ◦ green 121 ◦ blue 104

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

Shades of Coral Tree #AF7968

Tints of Coral Tree #AF7968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.25%

 BLUE value IS 104 (41.02% from 255) = 26%

R = 43.75%
G = 30.25%
B = 26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF7968 (or 0xAF7968) is known color: Coral Tree. HEX triplet: AF, 79 and 68. RGB value is (175,121,104). Sum of RGB (Red+Green+Blue) = 175+121+104=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7968 is #508697. Grayscale: #878787. Windows color (decimal): -5277336 or 6846895. OLE color: 6846895.

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

Color convert

RGB 175 121 104 -
CMYK 0 0.31 0.41 0.31
HSL 14.37º 0.31% 0.55% -
HSV(B) 14.37º 0.41% 0.69% -
XYZ 27.02 23.79 16.26 -
YUV 135.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 175 121 104 0 0.31 0.41 0.31 14.37 0.31 0.55
Hex AF 79 68 0 1F 29 1F E 1F 37
Octal 257 171 150 0 37 51 37 16 37 67
Binary 10101111 1111001 1101000 0 11111 101001 11111 1110 11111 110111

Color Harmonies of #AF7968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7968

Black with #AF7968

Text Example


Text Example

White with #AF7968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7968; }

 p { color: rgb(175,121,104); }

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

background-color css

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

 a { background-color: rgb(175,121,104); }

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

border-color css

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

 span { border-color: rgb(175,121,104); }

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