Html Css Color HEX #A48C34 Reef Gold

📋 copy color: '#A48C34'

red 164 ◦ green 140 ◦ blue 52

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

Shades of Reef Gold #A48C34

Tints of Reef Gold #A48C34

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.33%

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

R = 46.07%
G = 39.33%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A48C34 (or 0xA48C34) is known color: Reef Gold. HEX triplet: A4, 8C and 34. RGB value is (164,140,52). Sum of RGB (Red+Green+Blue) = 164+140+52=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48C34 is #5B73CB. Grayscale: #898989. Windows color (decimal): -5993420 or 3443876. OLE color: 3443876.

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

Color convert

RGB 164 140 52 -
CMYK 0 0.15 0.68 0.36
HSL 47.14º 0.52% 0.42% -
HSV(B) 47.14º 0.68% 0.64% -
XYZ 25.31 26.9 7.11 -
YUV 137.14 79.95 147.16 -
System Red Green Blue C M Y K H S L
Decimal 164 140 52 0 0.15 0.68 0.36 47.14 0.52 0.42
Hex A4 8C 34 0 F 44 24 2F 34 2A
Octal 244 214 64 0 17 104 44 57 64 52
Binary 10100100 10001100 110100 0 1111 1000100 100100 101111 110100 101010

Color Harmonies of #A48C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C34

Black with #A48C34

Text Example


Text Example

White with #A48C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C34; }

 p { color: rgb(164,140,52); }

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

background-color css

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

 a { background-color: rgb(164,140,52); }

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

border-color css

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

 span { border-color: rgb(164,140,52); }

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