Html Css Color HEX #A75036 Orange Roughy

📋 copy color: '#A75036'

red 167 ◦ green 80 ◦ blue 54

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

Shades of Orange Roughy #A75036

Tints of Orange Roughy #A75036

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

 BLUE value IS 54 (21.48% from 255) = 17.94%

R = 55.48%
G = 26.58%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A75036 (or 0xA75036) is known color: Orange Roughy. HEX triplet: A7, 50 and 36. RGB value is (167,80,54). Sum of RGB (Red+Green+Blue) = 167+80+54=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A75036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75036 is #58AFC9. Grayscale: #676767. Windows color (decimal): -5812170 or 3559591. OLE color: 3559591.

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

Color convert

RGB 167 80 54 -
CMYK 0 0.52 0.68 0.35
HSL 13.81º 0.51% 0.43% -
HSV(B) 13.81º 0.68% 0.65% -
XYZ 19.47 14.22 5.21 -
YUV 103.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 167 80 54 0 0.52 0.68 0.35 13.81 0.51 0.43
Hex A7 50 36 0 34 44 23 E 33 2B
Octal 247 120 66 0 64 104 43 16 63 53
Binary 10100111 1010000 110110 0 110100 1000100 100011 1110 110011 101011

Color Harmonies of #A75036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75036

Black with #A75036

Text Example


Text Example

White with #A75036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75036; }

 p { color: rgb(167,80,54); }

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

background-color css

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

 a { background-color: rgb(167,80,54); }

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

border-color css

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

 span { border-color: rgb(167,80,54); }

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