Html Css Color HEX #A94C32 Orange Roughy

📋 copy color: '#A94C32'

red 169 ◦ green 76 ◦ blue 50

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

Shades of Orange Roughy #A94C32

Tints of Orange Roughy #A94C32

RGB

 RED value IS 169 (66.41% from 255) = 57.29%

 GREEN value IS 76 (30.08% from 255) = 25.76%

 BLUE value IS 50 (19.92% from 255) = 16.95%

R = 57.29%
G = 25.76%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A94C32 (or 0xA94C32) is known color: Orange Roughy. HEX triplet: A9, 4C and 32. RGB value is (169,76,50). Sum of RGB (Red+Green+Blue) = 169+76+50=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94C32 is #56B3CD. Grayscale: #656565. Windows color (decimal): -5682126 or 3296425. OLE color: 3296425.

HSL color Cylindrical-coordinate representation of color #A94C32: hue angle of 13.11º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A94C32 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 76 50 -
CMYK 0 0.55 0.70 0.34
HSL 13.11º 0.54% 0.43% -
HSV(B) 13.11º 0.7% 0.66% -
XYZ 19.52 13.83 4.66 -
YUV 100.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 169 76 50 0 0.55 0.70 0.34 13.11 0.54 0.43
Hex A9 4C 32 0 37 46 22 D 36 2B
Octal 251 114 62 0 67 106 42 15 66 53
Binary 10101001 1001100 110010 0 110111 1000110 100010 1101 110110 101011

Color Harmonies of #A94C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94C32

Black with #A94C32

Text Example


Text Example

White with #A94C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94C32; }

 p { color: rgb(169,76,50); }

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

background-color css

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

 a { background-color: rgb(169,76,50); }

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

border-color css

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

 span { border-color: rgb(169,76,50); }

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