Html Css Color HEX #A7513C Orange Roughy

📋 copy color: '#A7513C'

red 167 ◦ green 81 ◦ blue 60

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

Shades of Orange Roughy #A7513C

Tints of Orange Roughy #A7513C

RGB

 RED value IS 167 (65.63% from 255) = 54.22%

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

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

R = 54.22%
G = 26.3%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A7513C (or 0xA7513C) is known color: Orange Roughy. HEX triplet: A7, 51 and 3C. RGB value is (167,81,60). Sum of RGB (Red+Green+Blue) = 167+81+60=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A7513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7513C is #58AEC3. Grayscale: #686868. Windows color (decimal): -5811908 or 3953063. OLE color: 3953063.

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

Color convert

RGB 167 81 60 -
CMYK 0 0.51 0.64 0.35
HSL 11.78º 0.47% 0.45% -
HSV(B) 11.78º 0.64% 0.65% -
XYZ 19.69 14.43 6.02 -
YUV 104.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 167 81 60 0 0.51 0.64 0.35 11.78 0.47 0.45
Hex A7 51 3C 0 33 40 23 C 2F 2D
Octal 247 121 74 0 63 100 43 14 57 55
Binary 10100111 1010001 111100 0 110011 1000000 100011 1100 101111 101101

Color Harmonies of #A7513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7513C

Black with #A7513C

Text Example


Text Example

White with #A7513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7513C; }

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

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

background-color css

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

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

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

border-color css

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

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

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