Html Css Color HEX #A4942B Reef Gold

📋 copy color: '#A4942B'

red 164 ◦ green 148 ◦ blue 43

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

Shades of Reef Gold #A4942B

Tints of Reef Gold #A4942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.69%

 BLUE value IS 43 (17.19% from 255) = 12.11%

R = 46.2%
G = 41.69%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4942B (or 0xA4942B) is known color: Reef Gold. HEX triplet: A4, 94 and 2B. RGB value is (164,148,43). Sum of RGB (Red+Green+Blue) = 164+148+43=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4942B is #5B6BD4. Grayscale: #8D8D8D. Windows color (decimal): -5991381 or 2856100. OLE color: 2856100.

HSL color Cylindrical-coordinate representation of color #A4942B: hue angle of 52.07º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4942B is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 148 43 -
CMYK 0 0.10 0.74 0.36
HSL 52.07º 0.58% 0.41% -
HSV(B) 52.07º 0.74% 0.64% -
XYZ 26.34 29.25 6.54 -
YUV 140.81 72.8 144.54 -
System Red Green Blue C M Y K H S L
Decimal 164 148 43 0 0.10 0.74 0.36 52.07 0.58 0.41
Hex A4 94 2B 0 A 4A 24 34 3A 29
Octal 244 224 53 0 12 112 44 64 72 51
Binary 10100100 10010100 101011 0 1010 1001010 100100 110100 111010 101001

Color Harmonies of #A4942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4942B

Black with #A4942B

Text Example


Text Example

White with #A4942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4942B; }

 p { color: rgb(164,148,43); }

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

background-color css

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

 a { background-color: rgb(164,148,43); }

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

border-color css

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

 span { border-color: rgb(164,148,43); }

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