Html Css Color HEX #A48838 Reef Gold

📋 copy color: '#A48838'

red 164 ◦ green 136 ◦ blue 56

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

Shades of Reef Gold #A48838

Tints of Reef Gold #A48838

RGB

 RED value IS 164 (64.45% from 255) = 46.07%

 GREEN value IS 136 (53.52% from 255) = 38.2%

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

R = 46.07%
G = 38.2%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A48838 (or 0xA48838) is known color: Reef Gold. HEX triplet: A4, 88 and 38. RGB value is (164,136,56). Sum of RGB (Red+Green+Blue) = 164+136+56=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A48838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48838 is #5B77C7. Grayscale: #878787. Windows color (decimal): -5994440 or 3704996. OLE color: 3704996.

HSL color Cylindrical-coordinate representation of color #A48838: hue angle of 44.44º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A48838 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 136 56 -
CMYK 0 0.17 0.66 0.36
HSL 44.44º 0.49% 0.43% -
HSV(B) 44.44º 0.66% 0.64% -
XYZ 24.83 25.79 7.41 -
YUV 135.25 83.28 148.5 -
System Red Green Blue C M Y K H S L
Decimal 164 136 56 0 0.17 0.66 0.36 44.44 0.49 0.43
Hex A4 88 38 0 11 42 24 2C 31 2B
Octal 244 210 70 0 21 102 44 54 61 53
Binary 10100100 10001000 111000 0 10001 1000010 100100 101100 110001 101011

Color Harmonies of #A48838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48838

Black with #A48838

Text Example


Text Example

White with #A48838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48838; }

 p { color: rgb(164,136,56); }

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

background-color css

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

 a { background-color: rgb(164,136,56); }

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

border-color css

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

 span { border-color: rgb(164,136,56); }

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