Html Css Color HEX #A28F2B Reef Gold

📋 copy color: '#A28F2B'

red 162 ◦ green 143 ◦ blue 43

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

Shades of Reef Gold #A28F2B

Tints of Reef Gold #A28F2B

RGB

 RED value IS 162 (63.67% from 255) = 46.55%

 GREEN value IS 143 (56.25% from 255) = 41.09%

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

R = 46.55%
G = 41.09%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A28F2B (or 0xA28F2B) is known color: Reef Gold. HEX triplet: A2, 8F and 2B. RGB value is (162,143,43). Sum of RGB (Red+Green+Blue) = 162+143+43=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28F2B is #5D70D4. Grayscale: #898989. Windows color (decimal): -6123733 or 2854818. OLE color: 2854818.

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

Color convert

RGB 162 143 43 -
CMYK 0 0.12 0.73 0.36
HSL 50.42º 0.58% 0.4% -
HSV(B) 50.42º 0.73% 0.64% -
XYZ 25.16 27.5 6.27 -
YUV 137.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 162 143 43 0 0.12 0.73 0.36 50.42 0.58 0.4
Hex A2 8F 2B 0 C 49 24 32 3A 28
Octal 242 217 53 0 14 111 44 62 72 50
Binary 10100010 10001111 101011 0 1100 1001001 100100 110010 111010 101000

Color Harmonies of #A28F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28F2B

Black with #A28F2B

Text Example


Text Example

White with #A28F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28F2B; }

 p { color: rgb(162,143,43); }

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

background-color css

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

 a { background-color: rgb(162,143,43); }

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

border-color css

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

 span { border-color: rgb(162,143,43); }

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