Html Css Color HEX #A84934 Orange Roughy

📋 copy color: '#A84934'

red 168 ◦ green 73 ◦ blue 52

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

Shades of Orange Roughy #A84934

Tints of Orange Roughy #A84934

RGB

 RED value IS 168 (66.02% from 255) = 57.34%

 GREEN value IS 73 (28.91% from 255) = 24.91%

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

R = 57.34%
G = 24.91%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A84934 (or 0xA84934) is known color: Orange Roughy. HEX triplet: A8, 49 and 34. RGB value is (168,73,52). Sum of RGB (Red+Green+Blue) = 168+73+52=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A84934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84934 is #57B6CB. Grayscale: #636363. Windows color (decimal): -5748428 or 3426728. OLE color: 3426728.

HSL color Cylindrical-coordinate representation of color #A84934: hue angle of 10.86º 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 #A84934 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 52 -
CMYK 0 0.57 0.69 0.34
HSL 10.86º 0.53% 0.43% -
HSV(B) 10.86º 0.69% 0.66% -
XYZ 19.15 13.34 4.81 -
YUV 99.01 101.47 177.21 -
System Red Green Blue C M Y K H S L
Decimal 168 73 52 0 0.57 0.69 0.34 10.86 0.53 0.43
Hex A8 49 34 0 39 45 22 B 35 2B
Octal 250 111 64 0 71 105 42 13 65 53
Binary 10101000 1001001 110100 0 111001 1000101 100010 1011 110101 101011

Color Harmonies of #A84934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84934

Black with #A84934

Text Example


Text Example

White with #A84934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84934; }

 p { color: rgb(168,73,52); }

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

background-color css

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

 a { background-color: rgb(168,73,52); }

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

border-color css

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

 span { border-color: rgb(168,73,52); }

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