Html Css Color HEX #AF7A68 Coral Tree

📋 copy color: '#AF7A68'

red 175 ◦ green 122 ◦ blue 104

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

Shades of Coral Tree #AF7A68

Tints of Coral Tree #AF7A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.42%

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

R = 43.64%
G = 30.42%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF7A68 (or 0xAF7A68) is known color: Coral Tree. HEX triplet: AF, 7A and 68. RGB value is (175,122,104). Sum of RGB (Red+Green+Blue) = 175+122+104=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A68 is #508597. Grayscale: #878787. Windows color (decimal): -5277080 or 6847151. OLE color: 6847151.

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

Color convert

RGB 175 122 104 -
CMYK 0 0.30 0.41 0.31
HSL 15.21º 0.31% 0.55% -
HSV(B) 15.21º 0.41% 0.69% -
XYZ 27.14 24.03 16.31 -
YUV 135.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 175 122 104 0 0.30 0.41 0.31 15.21 0.31 0.55
Hex AF 7A 68 0 1E 29 1F F 1F 37
Octal 257 172 150 0 36 51 37 17 37 67
Binary 10101111 1111010 1101000 0 11110 101001 11111 1111 11111 110111

Color Harmonies of #AF7A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A68

Black with #AF7A68

Text Example


Text Example

White with #AF7A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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