Html Css Color HEX #AE4023 Rock Spray

📋 copy color: '#AE4023'

red 174 ◦ green 64 ◦ blue 35

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

Shades of Rock Spray #AE4023

Tints of Rock Spray #AE4023

RGB

 RED value IS 174 (68.36% from 255) = 63.74%

 GREEN value IS 64 (25.39% from 255) = 23.44%

 BLUE value IS 35 (14.06% from 255) = 12.82%

R = 63.74%
G = 23.44%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AE4023 (or 0xAE4023) is known color: Rock Spray. HEX triplet: AE, 40 and 23. RGB value is (174,64,35). Sum of RGB (Red+Green+Blue) = 174+64+35=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4023 is #51BFDC. Grayscale: #5D5D5D. Windows color (decimal): -5357533 or 2310318. OLE color: 2310318.

HSL color Cylindrical-coordinate representation of color #AE4023: hue angle of 12.52º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE4023 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 64 35 -
CMYK 0 0.63 0.80 0.32
HSL 12.52º 0.67% 0.41% -
HSV(B) 12.52º 0.8% 0.68% -
XYZ 19.59 12.79 3.03 -
YUV 93.58 94.94 185.36 -
System Red Green Blue C M Y K H S L
Decimal 174 64 35 0 0.63 0.80 0.32 12.52 0.67 0.41
Hex AE 40 23 0 3F 50 20 D 43 29
Octal 256 100 43 0 77 120 40 15 103 51
Binary 10101110 1000000 100011 0 111111 1010000 100000 1101 1000011 101001

Color Harmonies of #AE4023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4023

Black with #AE4023

Text Example


Text Example

White with #AE4023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4023; }

 p { color: rgb(174,64,35); }

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

background-color css

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

 a { background-color: rgb(174,64,35); }

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

border-color css

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

 span { border-color: rgb(174,64,35); }

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