Html Css Color HEX #A83F25 Rock Spray

📋 copy color: '#A83F25'

red 168 ◦ green 63 ◦ blue 37

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

Shades of Rock Spray #A83F25

Tints of Rock Spray #A83F25

RGB

 RED value IS 168 (66.02% from 255) = 62.69%

 GREEN value IS 63 (25% from 255) = 23.51%

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

R = 62.69%
G = 23.51%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A83F25 (or 0xA83F25) is known color: Rock Spray. HEX triplet: A8, 3F and 25. RGB value is (168,63,37). Sum of RGB (Red+Green+Blue) = 168+63+37=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83F25 is #57C0DA. Grayscale: #5B5B5B. Windows color (decimal): -5751003 or 2441128. OLE color: 2441128.

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

Color convert

RGB 168 63 37 -
CMYK 0 0.63 0.78 0.34
HSL 11.91º 0.64% 0.4% -
HSV(B) 11.91º 0.78% 0.66% -
XYZ 18.26 12.01 3.11 -
YUV 91.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 168 63 37 0 0.63 0.78 0.34 11.91 0.64 0.4
Hex A8 3F 25 0 3F 4E 22 C 40 28
Octal 250 77 45 0 77 116 42 14 100 50
Binary 10101000 111111 100101 0 111111 1001110 100010 1100 1000000 101000

Color Harmonies of #A83F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83F25

Black with #A83F25

Text Example


Text Example

White with #A83F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83F25; }

 p { color: rgb(168,63,37); }

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

background-color css

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

 a { background-color: rgb(168,63,37); }

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

border-color css

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

 span { border-color: rgb(168,63,37); }

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