Html Css Color HEX #A64125 Rock Spray

📋 copy color: '#A64125'

red 166 ◦ green 65 ◦ blue 37

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

Shades of Rock Spray #A64125

Tints of Rock Spray #A64125

RGB

 RED value IS 166 (65.23% from 255) = 61.94%

 GREEN value IS 65 (25.78% from 255) = 24.25%

 BLUE value IS 37 (14.84% from 255) = 13.81%

R = 61.94%
G = 24.25%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A64125 (or 0xA64125) is known color: Rock Spray. HEX triplet: A6, 41 and 25. RGB value is (166,65,37). Sum of RGB (Red+Green+Blue) = 166+65+37=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A64125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64125 is #59BEDA. Grayscale: #5C5C5C. Windows color (decimal): -5881563 or 2441638. OLE color: 2441638.

HSL color Cylindrical-coordinate representation of color #A64125: hue angle of 13.02º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A64125 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 65 37 -
CMYK 0 0.61 0.78 0.35
HSL 13.02º 0.64% 0.4% -
HSV(B) 13.02º 0.78% 0.65% -
XYZ 17.95 12.02 3.12 -
YUV 92.01 96.96 180.78 -
System Red Green Blue C M Y K H S L
Decimal 166 65 37 0 0.61 0.78 0.35 13.02 0.64 0.4
Hex A6 41 25 0 3D 4E 23 D 40 28
Octal 246 101 45 0 75 116 43 15 100 50
Binary 10100110 1000001 100101 0 111101 1001110 100011 1101 1000000 101000

Color Harmonies of #A64125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64125

Black with #A64125

Text Example


Text Example

White with #A64125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64125; }

 p { color: rgb(166,65,37); }

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

background-color css

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

 a { background-color: rgb(166,65,37); }

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

border-color css

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

 span { border-color: rgb(166,65,37); }

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