Html Css Color HEX #AF6967 Coral Tree

📋 copy color: '#AF6967'

red 175 ◦ green 105 ◦ blue 103

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

Shades of Coral Tree #AF6967

Tints of Coral Tree #AF6967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.42%

 BLUE value IS 103 (40.63% from 255) = 26.89%

R = 45.69%
G = 27.42%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF6967 (or 0xAF6967) is known color: Coral Tree. HEX triplet: AF, 69 and 67. RGB value is (175,105,103). Sum of RGB (Red+Green+Blue) = 175+105+103=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6967 is #509698. Grayscale: #7D7D7D. Windows color (decimal): -5281433 or 6777263. OLE color: 6777263.

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

Color convert

RGB 175 105 103 -
CMYK 0 0.40 0.41 0.31
HSL 1.67º 0.31% 0.55% -
HSV(B) 1.67º 0.41% 0.69% -
XYZ 25.18 20.2 15.4 -
YUV 125.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 175 105 103 0 0.40 0.41 0.31 1.67 0.31 0.55
Hex AF 69 67 0 28 29 1F 2 1F 37
Octal 257 151 147 0 50 51 37 2 37 67
Binary 10101111 1101001 1100111 0 101000 101001 11111 10 11111 110111

Color Harmonies of #AF6967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6967

Black with #AF6967

Text Example


Text Example

White with #AF6967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6967; }

 p { color: rgb(175,105,103); }

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

background-color css

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

 a { background-color: rgb(175,105,103); }

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

border-color css

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

 span { border-color: rgb(175,105,103); }

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