Html Css Color HEX #A34B32 Orange Roughy

📋 copy color: '#A34B32'

red 163 ◦ green 75 ◦ blue 50

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

Shades of Orange Roughy #A34B32

Tints of Orange Roughy #A34B32

RGB

 RED value IS 163 (64.06% from 255) = 56.6%

 GREEN value IS 75 (29.69% from 255) = 26.04%

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

R = 56.6%
G = 26.04%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A34B32 (or 0xA34B32) is known color: Orange Roughy. HEX triplet: A3, 4B and 32. RGB value is (163,75,50). Sum of RGB (Red+Green+Blue) = 163+75+50=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B32 is #5CB4CD. Grayscale: #626262. Windows color (decimal): -6075598 or 3296163. OLE color: 3296163.

HSL color Cylindrical-coordinate representation of color #A34B32: hue angle of 13.27º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A34B32 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 75 50 -
CMYK 0 0.54 0.69 0.36
HSL 13.27º 0.53% 0.42% -
HSV(B) 13.27º 0.69% 0.64% -
XYZ 18.2 13.05 4.58 -
YUV 98.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 163 75 50 0 0.54 0.69 0.36 13.27 0.53 0.42
Hex A3 4B 32 0 36 45 24 D 35 2A
Octal 243 113 62 0 66 105 44 15 65 52
Binary 10100011 1001011 110010 0 110110 1000101 100100 1101 110101 101010

Color Harmonies of #A34B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34B32

Black with #A34B32

Text Example


Text Example

White with #A34B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34B32; }

 p { color: rgb(163,75,50); }

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

background-color css

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

 a { background-color: rgb(163,75,50); }

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

border-color css

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

 span { border-color: rgb(163,75,50); }

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