Html Css Color HEX #A75738 Orange Roughy

📋 copy color: '#A75738'

red 167 ◦ green 87 ◦ blue 56

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

Shades of Orange Roughy #A75738

Tints of Orange Roughy #A75738

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.06%

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 53.87%
G = 28.06%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A75738 (or 0xA75738) is known color: Orange Roughy. HEX triplet: A7, 57 and 38. RGB value is (167,87,56). Sum of RGB (Red+Green+Blue) = 167+87+56=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A75738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75738 is #58A8C7. Grayscale: #6B6B6B. Windows color (decimal): -5810376 or 3692455. OLE color: 3692455.

HSL color Cylindrical-coordinate representation of color #A75738: hue angle of 16.76º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A75738 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 87 56 -
CMYK 0 0.48 0.66 0.35
HSL 16.76º 0.5% 0.44% -
HSV(B) 16.76º 0.66% 0.65% -
XYZ 20.06 15.32 5.64 -
YUV 107.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 167 87 56 0 0.48 0.66 0.35 16.76 0.5 0.44
Hex A7 57 38 0 30 42 23 11 32 2C
Octal 247 127 70 0 60 102 43 21 62 54
Binary 10100111 1010111 111000 0 110000 1000010 100011 10001 110010 101100

Color Harmonies of #A75738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75738

Black with #A75738

Text Example


Text Example

White with #A75738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75738; }

 p { color: rgb(167,87,56); }

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

background-color css

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

 a { background-color: rgb(167,87,56); }

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

border-color css

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

 span { border-color: rgb(167,87,56); }

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