Html Css Color HEX #A95334 Orange Roughy

📋 copy color: '#A95334'

red 169 ◦ green 83 ◦ blue 52

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

Shades of Orange Roughy #A95334

Tints of Orange Roughy #A95334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.3%

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 55.59%
G = 27.3%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A95334 (or 0xA95334) is known color: Orange Roughy. HEX triplet: A9, 53 and 34. RGB value is (169,83,52). Sum of RGB (Red+Green+Blue) = 169+83+52=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A95334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95334 is #56ACCB. Grayscale: #696969. Windows color (decimal): -5680332 or 3429289. OLE color: 3429289.

HSL color Cylindrical-coordinate representation of color #A95334: hue angle of 15.9º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A95334 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 83 52 -
CMYK 0 0.51 0.69 0.34
HSL 15.9º 0.53% 0.43% -
HSV(B) 15.9º 0.69% 0.66% -
XYZ 20.08 14.87 5.06 -
YUV 105.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 169 83 52 0 0.51 0.69 0.34 15.9 0.53 0.43
Hex A9 53 34 0 33 45 22 10 35 2B
Octal 251 123 64 0 63 105 42 20 65 53
Binary 10101001 1010011 110100 0 110011 1000101 100010 10000 110101 101011

Color Harmonies of #A95334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95334

Black with #A95334

Text Example


Text Example

White with #A95334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95334; }

 p { color: rgb(169,83,52); }

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

background-color css

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

 a { background-color: rgb(169,83,52); }

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

border-color css

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

 span { border-color: rgb(169,83,52); }

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