Html Css Color HEX #A75436 Orange Roughy

📋 copy color: '#A75436'

red 167 ◦ green 84 ◦ blue 54

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

Shades of Orange Roughy #A75436

Tints of Orange Roughy #A75436

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.54%

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

R = 54.75%
G = 27.54%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A75436 (or 0xA75436) is known color: Orange Roughy. HEX triplet: A7, 54 and 36. RGB value is (167,84,54). Sum of RGB (Red+Green+Blue) = 167+84+54=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A75436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75436 is #58ABC9. Grayscale: #696969. Windows color (decimal): -5811146 or 3560615. OLE color: 3560615.

HSL color Cylindrical-coordinate representation of color #A75436: hue angle of 15.93º 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 #A75436 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 84 54 -
CMYK 0 0.50 0.68 0.35
HSL 15.93º 0.51% 0.43% -
HSV(B) 15.93º 0.68% 0.65% -
XYZ 19.77 14.82 5.31 -
YUV 105.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 167 84 54 0 0.50 0.68 0.35 15.93 0.51 0.43
Hex A7 54 36 0 32 44 23 10 33 2B
Octal 247 124 66 0 62 104 43 20 63 53
Binary 10100111 1010100 110110 0 110010 1000100 100011 10000 110011 101011

Color Harmonies of #A75436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75436

Black with #A75436

Text Example


Text Example

White with #A75436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75436; }

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

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

background-color css

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

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

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

border-color css

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

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

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