Html Css Color HEX #A4513D Orange Roughy

📋 copy color: '#A4513D'

red 164 ◦ green 81 ◦ blue 61

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

Shades of Orange Roughy #A4513D

Tints of Orange Roughy #A4513D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.93%

R = 53.59%
G = 26.47%
B = 19.93%

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

#A4513D (or 0xA4513D) is known color: Orange Roughy. HEX triplet: A4, 51 and 3D. RGB value is (164,81,61). Sum of RGB (Red+Green+Blue) = 164+81+61=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A4513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4513D is #5BAEC2. Grayscale: #676767. Windows color (decimal): -6008515 or 4018596. OLE color: 4018596.

HSL color Cylindrical-coordinate representation of color #A4513D: hue angle of 11.65º 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 #A4513D is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 81 61 -
CMYK 0 0.51 0.63 0.36
HSL 11.65º 0.46% 0.44% -
HSV(B) 11.65º 0.63% 0.64% -
XYZ 19.09 14.11 6.13 -
YUV 103.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 164 81 61 0 0.51 0.63 0.36 11.65 0.46 0.44
Hex A4 51 3D 0 33 3F 24 C 2E 2C
Octal 244 121 75 0 63 77 44 14 56 54
Binary 10100100 1010001 111101 0 110011 111111 100100 1100 101110 101100

Color Harmonies of #A4513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4513D

Black with #A4513D

Text Example


Text Example

White with #A4513D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4513D; }

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

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

background-color css

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

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

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

border-color css

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

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

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