Html Css Color HEX #A94C3E Apple Blossom

📋 copy color: '#A94C3E'

red 169 ◦ green 76 ◦ blue 62

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

Shades of Apple Blossom #A94C3E

Tints of Apple Blossom #A94C3E

RGB

 RED value IS 169 (66.41% from 255) = 55.05%

 GREEN value IS 76 (30.08% from 255) = 24.76%

 BLUE value IS 62 (24.61% from 255) = 20.2%

R = 55.05%
G = 24.76%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A94C3E (or 0xA94C3E) is known color: Apple Blossom. HEX triplet: A9, 4C and 3E. RGB value is (169,76,62). Sum of RGB (Red+Green+Blue) = 169+76+62=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94C3E is #56B3C1. Grayscale: #666666. Windows color (decimal): -5682114 or 4082857. OLE color: 4082857.

HSL color Cylindrical-coordinate representation of color #A94C3E: hue angle of 7.85º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A94C3E is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 76 62 -
CMYK 0 0.55 0.63 0.34
HSL 7.85º 0.46% 0.45% -
HSV(B) 7.85º 0.63% 0.66% -
XYZ 19.82 13.95 6.21 -
YUV 102.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 169 76 62 0 0.55 0.63 0.34 7.85 0.46 0.45
Hex A9 4C 3E 0 37 3F 22 8 2E 2D
Octal 251 114 76 0 67 77 42 10 56 55
Binary 10101001 1001100 111110 0 110111 111111 100010 1000 101110 101101

Color Harmonies of #A94C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94C3E

Black with #A94C3E

Text Example


Text Example

White with #A94C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94C3E; }

 p { color: rgb(169,76,62); }

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

background-color css

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

 a { background-color: rgb(169,76,62); }

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

border-color css

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

 span { border-color: rgb(169,76,62); }

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