Html Css Color HEX #A4513C Orange Roughy

📋 copy color: '#A4513C'

red 164 ◦ green 81 ◦ blue 60

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

Shades of Orange Roughy #A4513C

Tints of Orange Roughy #A4513C

RGB

 RED value IS 164 (64.45% from 255) = 53.77%

 GREEN value IS 81 (32.03% from 255) = 26.56%

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 53.77%
G = 26.56%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4513C (or 0xA4513C) is known color: Orange Roughy. HEX triplet: A4, 51 and 3C. RGB value is (164,81,60). Sum of RGB (Red+Green+Blue) = 164+81+60=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A4513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4513C is #5BAEC3. Grayscale: #676767. Windows color (decimal): -6008516 or 3953060. OLE color: 3953060.

HSL color Cylindrical-coordinate representation of color #A4513C: hue angle of 12.12º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4513C is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 81 60 -
CMYK 0 0.51 0.63 0.36
HSL 12.12º 0.46% 0.44% -
HSV(B) 12.12º 0.63% 0.64% -
XYZ 19.07 14.1 5.99 -
YUV 103.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 164 81 60 0 0.51 0.63 0.36 12.12 0.46 0.44
Hex A4 51 3C 0 33 3F 24 C 2E 2C
Octal 244 121 74 0 63 77 44 14 56 54
Binary 10100100 1010001 111100 0 110011 111111 100100 1100 101110 101100

Color Harmonies of #A4513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4513C

Black with #A4513C

Text Example


Text Example

White with #A4513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4513C; }

 p { color: rgb(164,81,60); }

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

background-color css

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

 a { background-color: rgb(164,81,60); }

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

border-color css

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

 span { border-color: rgb(164,81,60); }

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